Html Css Color HEX #FCD6FF Selago

📋 copy color: '#FCD6FF'

red 252 ◦ green 214 ◦ blue 255

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

Shades of Selago #FCD6FF

Tints of Selago #FCD6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 29.68%

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

R = 34.95%
G = 29.68%
B = 35.37%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCD6FF (or 0xFCD6FF) is known color: Selago. HEX triplet: FC, D6 and FF. RGB value is (252,214,255). Sum of RGB (Red+Green+Blue) = 252+214+255=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 214 (83.98% from 255 or 29.68% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6FF is #032900. Grayscale: #E5E5E5. Windows color (decimal): -207105 or 16766716. OLE color: 16766716.

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

Color convert

RGB 252 214 255 -
CMYK 0.01 0.16 0 0
HSL 295.61º 1% 0.92% -
HSV(B) 295.61º 0.16% 1% -
XYZ 82.24 76.01 104.94 -
YUV 230.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 252 214 255 0.01 0.16 0 0 295.61 1 0.92
Hex FC D6 FF 1 10 0 0 128 64 5C
Octal 374 326 377 1 20 0 0 450 144 134
Binary 11111100 11010110 11111111 1 10000 0 0 100101000 1100100 1011100

Color Harmonies of #FCD6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6FF

Black with #FCD6FF

Text Example


Text Example

White with #FCD6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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