Html Css Color HEX #FCE6FA Selago

📋 copy color: '#FCE6FA'

red 252 ◦ green 230 ◦ blue 250

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

Shades of Selago #FCE6FA

Tints of Selago #FCE6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.15%

R = 34.43%
G = 31.42%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCE6FA (or 0xFCE6FA) is known color: Selago. HEX triplet: FC, E6 and FA. RGB value is (252,230,250). Sum of RGB (Red+Green+Blue) = 252+230+250=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 230 (90.23% from 255 or 31.42% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6FA is #031905. Grayscale: #EEEEEE. Windows color (decimal): -203014 or 16443132. OLE color: 16443132.

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

Color convert

RGB 252 230 250 -
CMYK 0 0.09 0.01 0.01
HSL 305.45º 0.79% 0.95% -
HSV(B) 305.45º 0.09% 0.99% -
XYZ 85.7 84.19 102.18 -
YUV 238.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 252 230 250 0 0.09 0.01 0.01 305.45 0.79 0.95
Hex FC E6 FA 0 9 1 1 131 4F 5F
Octal 374 346 372 0 11 1 1 461 117 137
Binary 11111100 11100110 11111010 0 1001 1 1 100110001 1001111 1011111

Color Harmonies of #FCE6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6FA

Black with #FCE6FA

Text Example


Text Example

White with #FCE6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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