Html Css Color HEX #FCE7FF Selago

📋 copy color: '#FCE7FF'

red 252 ◦ green 231 ◦ blue 255

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

Shades of Selago #FCE7FF

Tints of Selago #FCE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 31.3%

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

R = 34.15%
G = 31.3%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCE7FF (or 0xFCE7FF) is known color: Selago. HEX triplet: FC, E7 and FF. RGB value is (252,231,255). Sum of RGB (Red+Green+Blue) = 252+231+255=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 231 (90.62% from 255 or 31.30% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE7FF is #031800. Grayscale: #EFEFEF. Windows color (decimal): -202753 or 16771068. OLE color: 16771068.

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

Color convert

RGB 252 231 255 -
CMYK 0.01 0.09 0 0
HSL 292.5º 1% 0.95% -
HSV(B) 292.5º 0.09% 1% -
XYZ 86.77 85.07 106.45 -
YUV 240.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 252 231 255 0.01 0.09 0 0 292.5 1 0.95
Hex FC E7 FF 1 9 0 0 124 64 5F
Octal 374 347 377 1 11 0 0 444 144 137
Binary 11111100 11100111 11111111 1 1001 0 0 100100100 1100100 1011111

Color Harmonies of #FCE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE7FF

Black with #FCE7FF

Text Example


Text Example

White with #FCE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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