Html Css Color HEX #FCE5FF Selago

📋 copy color: '#FCE5FF'

red 252 ◦ green 229 ◦ blue 255

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

Shades of Selago #FCE5FF

Tints of Selago #FCE5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.65%

R = 34.24%
G = 31.11%
B = 34.65%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCE5FF (or 0xFCE5FF) is known color: Selago. HEX triplet: FC, E5 and FF. RGB value is (252,229,255). Sum of RGB (Red+Green+Blue) = 252+229+255=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 229 (89.84% from 255 or 31.11% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5FF is #031A00. Grayscale: #EEEEEE. Windows color (decimal): -203265 or 16770556. OLE color: 16770556.

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

Color convert

RGB 252 229 255 -
CMYK 0.01 0.10 0 0
HSL 293.08º 1% 0.95% -
HSV(B) 293.08º 0.1% 1% -
XYZ 86.21 83.95 106.27 -
YUV 238.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 252 229 255 0.01 0.10 0 0 293.08 1 0.95
Hex FC E5 FF 1 A 0 0 125 64 5F
Octal 374 345 377 1 12 0 0 445 144 137
Binary 11111100 11100101 11111111 1 1010 0 0 100100101 1100100 1011111

Color Harmonies of #FCE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5FF

Black with #FCE5FF

Text Example


Text Example

White with #FCE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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