Html Css Color HEX #FCD2FF Selago

📋 copy color: '#FCD2FF'

red 252 ◦ green 210 ◦ blue 255

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

Shades of Selago #FCD2FF

Tints of Selago #FCD2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 29.29%

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

R = 35.15%
G = 29.29%
B = 35.56%

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

#FCD2FF (or 0xFCD2FF) is known color: Selago. HEX triplet: FC, D2 and FF. RGB value is (252,210,255). Sum of RGB (Red+Green+Blue) = 252+210+255=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 210 (82.42% from 255 or 29.29% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2FF is #032D00. Grayscale: #E3E3E3. Windows color (decimal): -208129 or 16765692. OLE color: 16765692.

HSL color Cylindrical-coordinate representation of color #FCD2FF: hue angle of 296º 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 #FCD2FF is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 210 255 -
CMYK 0.01 0.18 0 0
HSL 296º 1% 0.91% -
HSV(B) 296º 0.18% 1% -
XYZ 81.24 74.01 104.61 -
YUV 227.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 252 210 255 0.01 0.18 0 0 296 1 0.91
Hex FC D2 FF 1 12 0 0 128 64 5B
Octal 374 322 377 1 22 0 0 450 144 133
Binary 11111100 11010010 11111111 1 10010 0 0 100101000 1100100 1011011

Color Harmonies of #FCD2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2FF

Black with #FCD2FF

Text Example


Text Example

White with #FCD2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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