Html Css Color HEX #FCD9FC Selago

📋 copy color: '#FCD9FC'

red 252 ◦ green 217 ◦ blue 252

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

Shades of Selago #FCD9FC

Tints of Selago #FCD9FC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.1%

 BLUE value IS 252 (98.83% from 255) = 34.95%

R = 34.95%
G = 30.1%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCD9FC (or 0xFCD9FC) is known color: Selago. HEX triplet: FC, D9 and FC. RGB value is (252,217,252). Sum of RGB (Red+Green+Blue) = 252+217+252=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 217 (85.16% from 255 or 30.10% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD9FC is #032603. Grayscale: #E7E7E7. Windows color (decimal): -206340 or 16570876. OLE color: 16570876.

HSL color Cylindrical-coordinate representation of color #FCD9FC: hue angle of 300º degrees, saturation: 0.85, 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 #FCD9FC is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 252 -
CMYK 0 0.14 0 0.01
HSL 300º 0.85% 0.92% -
HSV(B) 300º 0.14% 0.99% -
XYZ 82.53 77.35 102.68 -
YUV 231.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 252 217 252 0 0.14 0 0.01 300 0.85 0.92
Hex FC D9 FC 0 E 0 1 12C 55 5C
Octal 374 331 374 0 16 0 1 454 125 134
Binary 11111100 11011001 11111100 0 1110 0 1 100101100 1010101 1011100

Color Harmonies of #FCD9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9FC

Black with #FCD9FC

Text Example


Text Example

White with #FCD9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9FC; }

 p { color: rgb(252,217,252); }

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

background-color css

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

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

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

border-color css

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

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

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