Html Css Color HEX #FCE8FA Selago

📋 copy color: '#FCE8FA'

red 252 ◦ green 232 ◦ blue 250

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

Shades of Selago #FCE8FA

Tints of Selago #FCE8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 31.61%

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

R = 34.33%
G = 31.61%
B = 34.06%

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

#FCE8FA (or 0xFCE8FA) is known color: Selago. HEX triplet: FC, E8 and FA. RGB value is (252,232,250). Sum of RGB (Red+Green+Blue) = 252+232+250=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 232 (91.02% from 255 or 31.61% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8FA is #031705. Grayscale: #EFEFEF. Windows color (decimal): -202502 or 16443644. OLE color: 16443644.

HSL color Cylindrical-coordinate representation of color #FCE8FA: hue angle of 306º degrees, saturation: 0.77, 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 #FCE8FA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 232 250 -
CMYK 0 0.08 0.01 0.01
HSL 306º 0.77% 0.95% -
HSV(B) 306º 0.08% 0.99% -
XYZ 86.26 85.31 102.36 -
YUV 240.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 252 232 250 0 0.08 0.01 0.01 306 0.77 0.95
Hex FC E8 FA 0 8 1 1 132 4D 5F
Octal 374 350 372 0 10 1 1 462 115 137
Binary 11111100 11101000 11111010 0 1000 1 1 100110010 1001101 1011111

Color Harmonies of #FCE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE8FA

Black with #FCE8FA

Text Example


Text Example

White with #FCE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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