Html Css Color HEX #FCD1FF Selago

📋 copy color: '#FCD1FF'

red 252 ◦ green 209 ◦ blue 255

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

Shades of Selago #FCD1FF

Tints of Selago #FCD1FF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.19%

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

R = 35.2%
G = 29.19%
B = 35.61%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCD1FF (or 0xFCD1FF) is known color: Selago. HEX triplet: FC, D1 and FF. RGB value is (252,209,255). Sum of RGB (Red+Green+Blue) = 252+209+255=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 209 (82.03% from 255 or 29.19% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1FF is #032E00. Grayscale: #E2E2E2. Windows color (decimal): -208385 or 16765436. OLE color: 16765436.

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

Color convert

RGB 252 209 255 -
CMYK 0.01 0.18 0 0
HSL 296.09º 1% 0.91% -
HSV(B) 296.09º 0.18% 1% -
XYZ 81 73.52 104.53 -
YUV 227.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 252 209 255 0.01 0.18 0 0 296.09 1 0.91
Hex FC D1 FF 1 12 0 0 128 64 5B
Octal 374 321 377 1 22 0 0 450 144 133
Binary 11111100 11010001 11111111 1 10010 0 0 100101000 1100100 1011011

Color Harmonies of #FCD1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1FF

Black with #FCD1FF

Text Example


Text Example

White with #FCD1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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