Html Css Color HEX #FEDEFA Selago

📋 copy color: '#FEDEFA'

red 254 ◦ green 222 ◦ blue 250

#FEDEFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #FEDEFA

Tints of Selago #FEDEFA

RGB

 RED value IS 254 (99.61% from 255) = 34.99%

 GREEN value IS 222 (87.11% from 255) = 30.58%

 BLUE value IS 250 (98.05% from 255) = 34.44%

R = 34.99%
G = 30.58%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FEDEFA (or 0xFEDEFA) is known color: Selago. HEX triplet: FE, DE and FA. RGB value is (254,222,250). Sum of RGB (Red+Green+Blue) = 254+222+250=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 222 (87.11% from 255 or 30.58% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEFA is #012105. Grayscale: #EAEAEA. Windows color (decimal): -73990 or 16441086. OLE color: 16441086.

HSL color Cylindrical-coordinate representation of color #FEDEFA: hue angle of 307.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEFA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 250 -
CMYK 0 0.13 0.02 0.00
HSL 307.5º 0.94% 0.93% -
HSV(B) 307.5º 0.13% 1% -
XYZ 84.25 80.22 101.49 -
YUV 234.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 254 222 250 0 0.13 0.02 0.00 307.5 0.94 0.93
Hex FE DE FA 0 D 2 0 134 5E 5D
Octal 376 336 372 0 15 2 0 464 136 135
Binary 11111110 11011110 11111010 0 1101 10 0 100110100 1011110 1011101

Color Harmonies of #FEDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEFA

Black with #FEDEFA

Text Example


Text Example

White with #FEDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEFA; }

 p { color: rgb(254,222,250); }

 H1.HeaderClassName
 {
   color: #FEDEFA;
 }
 .AnyTagClassName
 {
   color: #FEDEFA;
 }
</style>

background-color css

<style>
 a { background-color: #FEDEFA; }

 a { background-color: rgb(254,222,250); }

 div.DivClassName
 {
   background-color: #FEDEFA;
 }
 .BgClassName
 {
   background-color: #FEDEFA;
 }
</style>

border-color css

<style>
 span { border-color: #FEDEFA; }

 span { border-color: rgb(254,222,250); }

 td.TdClassName
 {
   border-color: #FEDEFA;
 }
 .TagClassName
 {
   border-color: #FEDEFA;
 }
</style>