Html Css Color HEX #FCD8FA Selago

📋 copy color: '#FCD8FA'

red 252 ◦ green 216 ◦ blue 250

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

Shades of Selago #FCD8FA

Tints of Selago #FCD8FA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.08%

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

R = 35.1%
G = 30.08%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCD8FA (or 0xFCD8FA) is known color: Selago. HEX triplet: FC, D8 and FA. RGB value is (252,216,250). Sum of RGB (Red+Green+Blue) = 252+216+250=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 216 (84.77% from 255 or 30.08% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8FA is #032705. Grayscale: #E6E6E6. Windows color (decimal): -206598 or 16439548. OLE color: 16439548.

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

Color convert

RGB 252 216 250 -
CMYK 0 0.14 0.01 0.01
HSL 303.33º 0.86% 0.92% -
HSV(B) 303.33º 0.14% 0.99% -
XYZ 81.96 76.71 100.93 -
YUV 230.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 252 216 250 0 0.14 0.01 0.01 303.33 0.86 0.92
Hex FC D8 FA 0 E 1 1 12F 56 5C
Octal 374 330 372 0 16 1 1 457 126 134
Binary 11111100 11011000 11111010 0 1110 1 1 100101111 1010110 1011100

Color Harmonies of #FCD8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8FA

Black with #FCD8FA

Text Example


Text Example

White with #FCD8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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