Html Css Color HEX #FCE4FF Selago

📋 copy color: '#FCE4FF'

red 252 ◦ green 228 ◦ blue 255

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

Shades of Selago #FCE4FF

Tints of Selago #FCE4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.02%

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

R = 34.29%
G = 31.02%
B = 34.69%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCE4FF (or 0xFCE4FF) is known color: Selago. HEX triplet: FC, E4 and FF. RGB value is (252,228,255). Sum of RGB (Red+Green+Blue) = 252+228+255=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 228 (89.45% from 255 or 31.02% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4FF is #031B00. Grayscale: #EEEEEE. Windows color (decimal): -203521 or 16770300. OLE color: 16770300.

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

Color convert

RGB 252 228 255 -
CMYK 0.01 0.11 0 0
HSL 293.33º 1% 0.95% -
HSV(B) 293.33º 0.11% 1% -
XYZ 85.94 83.4 106.18 -
YUV 238.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 252 228 255 0.01 0.11 0 0 293.33 1 0.95
Hex FC E4 FF 1 B 0 0 125 64 5F
Octal 374 344 377 1 13 0 0 445 144 137
Binary 11111100 11100100 11111111 1 1011 0 0 100100101 1100100 1011111

Color Harmonies of #FCE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE4FF

Black with #FCE4FF

Text Example


Text Example

White with #FCE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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