Html Css Color HEX #FCE8FC Selago

📋 copy color: '#FCE8FC'

red 252 ◦ green 232 ◦ blue 252

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

Shades of Selago #FCE8FC

Tints of Selago #FCE8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.24%

R = 34.24%
G = 31.52%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCE8FC (or 0xFCE8FC) is known color: Selago. HEX triplet: FC, E8 and FC. RGB value is (252,232,252). Sum of RGB (Red+Green+Blue) = 252+232+252=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 232 (91.02% from 255 or 31.52% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCE8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8FC is #031703. Grayscale: #F0F0F0. Windows color (decimal): -202500 or 16574716. OLE color: 16574716.

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

Color convert

RGB 252 232 252 -
CMYK 0 0.08 0 0.01
HSL 300º 0.77% 0.95% -
HSV(B) 300º 0.08% 0.99% -
XYZ 86.57 85.44 104.02 -
YUV 240.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 252 232 252 0 0.08 0 0.01 300 0.77 0.95
Hex FC E8 FC 0 8 0 1 12C 4D 5F
Octal 374 350 374 0 10 0 1 454 115 137
Binary 11111100 11101000 11111100 0 1000 0 1 100101100 1001101 1011111

Color Harmonies of #FCE8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE8FC

Black with #FCE8FC

Text Example


Text Example

White with #FCE8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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