Html Css Color HEX #FCE9FA Selago

📋 copy color: '#FCE9FA'

red 252 ◦ green 233 ◦ blue 250

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

Shades of Selago #FCE9FA

Tints of Selago #FCE9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 31.7%

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

R = 34.29%
G = 31.7%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCE9FA (or 0xFCE9FA) is known color: Selago. HEX triplet: FC, E9 and FA. RGB value is (252,233,250). Sum of RGB (Red+Green+Blue) = 252+233+250=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 233 (91.41% from 255 or 31.70% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9FA is #031605. Grayscale: #F0F0F0. Windows color (decimal): -202246 or 16443900. OLE color: 16443900.

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

Color convert

RGB 252 233 250 -
CMYK 0 0.08 0.01 0.01
HSL 306.32º 0.76% 0.95% -
HSV(B) 306.32º 0.08% 0.99% -
XYZ 86.54 85.88 102.46 -
YUV 240.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 252 233 250 0 0.08 0.01 0.01 306.32 0.76 0.95
Hex FC E9 FA 0 8 1 1 132 4C 5F
Octal 374 351 372 0 10 1 1 462 114 137
Binary 11111100 11101001 11111010 0 1000 1 1 100110010 1001100 1011111

Color Harmonies of #FCE9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE9FA

Black with #FCE9FA

Text Example


Text Example

White with #FCE9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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