Html Css Color HEX #FCE6FE Selago

📋 copy color: '#FCE6FE'

red 252 ◦ green 230 ◦ blue 254

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

Shades of Selago #FCE6FE

Tints of Selago #FCE6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.25%

 BLUE value IS 254 (99.61% from 255) = 34.51%

R = 34.24%
G = 31.25%
B = 34.51%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCE6FE (or 0xFCE6FE) is known color: Selago. HEX triplet: FC, E6 and FE. RGB value is (252,230,254). Sum of RGB (Red+Green+Blue) = 252+230+254=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 230 (90.23% from 255 or 31.25% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6FE is #031901. Grayscale: #EFEFEF. Windows color (decimal): -203010 or 16705276. OLE color: 16705276.

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

Color convert

RGB 252 230 254 -
CMYK 0.01 0.09 0 0.00
HSL 295º 0.92% 0.95% -
HSV(B) 295º 0.09% 1% -
XYZ 86.33 84.44 105.52 -
YUV 239.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 252 230 254 0.01 0.09 0 0.00 295 0.92 0.95
Hex FC E6 FE 1 9 0 0 127 5C 5F
Octal 374 346 376 1 11 0 0 447 134 137
Binary 11111100 11100110 11111110 1 1001 0 0 100100111 1011100 1011111

Color Harmonies of #FCE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6FE

Black with #FCE6FE

Text Example


Text Example

White with #FCE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6FE; }

 p { color: rgb(252,230,254); }

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

background-color css

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

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

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

border-color css

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

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

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