Html Css Color HEX #FCE5FC Selago

📋 copy color: '#FCE5FC'

red 252 ◦ green 229 ◦ blue 252

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

Shades of Selago #FCE5FC

Tints of Selago #FCE5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.24%

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

R = 34.38%
G = 31.24%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCE5FC (or 0xFCE5FC) is known color: Selago. HEX triplet: FC, E5 and FC. RGB value is (252,229,252). Sum of RGB (Red+Green+Blue) = 252+229+252=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 229 (89.84% from 255 or 31.24% from 733); Blue value is 252 (98.83% from 255 or 34.38% from 733); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCE5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5FC is #031A03. Grayscale: #EEEEEE. Windows color (decimal): -203268 or 16573948. OLE color: 16573948.

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

Color convert

RGB 252 229 252 -
CMYK 0 0.09 0 0.01
HSL 300º 0.79% 0.94% -
HSV(B) 300º 0.09% 0.99% -
XYZ 85.73 83.76 103.74 -
YUV 238.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 252 229 252 0 0.09 0 0.01 300 0.79 0.94
Hex FC E5 FC 0 9 0 1 12C 4F 5E
Octal 374 345 374 0 11 0 1 454 117 136
Binary 11111100 11100101 11111100 0 1001 0 1 100101100 1001111 1011110

Color Harmonies of #FCE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5FC

Black with #FCE5FC

Text Example


Text Example

White with #FCE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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