Html Css Color HEX #FCEEFA Selago

📋 copy color: '#FCEEFA'

red 252 ◦ green 238 ◦ blue 250

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

Shades of Selago #FCEEFA

Tints of Selago #FCEEFA

RGB

 RED value IS 252 (98.83% from 255) = 34.05%

 GREEN value IS 238 (93.36% from 255) = 32.16%

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

R = 34.05%
G = 32.16%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCEEFA (or 0xFCEEFA) is known color: Selago. HEX triplet: FC, EE and FA. RGB value is (252,238,250). Sum of RGB (Red+Green+Blue) = 252+238+250=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 238 (93.36% from 255 or 32.16% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEFA is #031105. Grayscale: #F3F3F3. Windows color (decimal): -200966 or 16445180. OLE color: 16445180.

HSL color Cylindrical-coordinate representation of color #FCEEFA: hue angle of 308.57º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEEFA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 238 250 -
CMYK 0 0.06 0.01 0.01
HSL 308.57º 0.7% 0.96% -
HSV(B) 308.57º 0.06% 0.99% -
XYZ 87.97 88.75 102.94 -
YUV 243.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 252 238 250 0 0.06 0.01 0.01 308.57 0.7 0.96
Hex FC EE FA 0 6 1 1 135 46 60
Octal 374 356 372 0 6 1 1 465 106 140
Binary 11111100 11101110 11111010 0 110 1 1 100110101 1000110 1100000

Color Harmonies of #FCEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEEFA

Black with #FCEEFA

Text Example


Text Example

White with #FCEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEEFA; }

 p { color: rgb(252,238,250); }

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

background-color css

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

 a { background-color: rgb(252,238,250); }

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

border-color css

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

 span { border-color: rgb(252,238,250); }

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