Html Css Color HEX #FCCAFD Snuff

📋 copy color: '#FCCAFD'

red 252 ◦ green 202 ◦ blue 253

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

Shades of Snuff #FCCAFD

Tints of Snuff #FCCAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.57%

 BLUE value IS 253 (99.22% from 255) = 35.79%

R = 35.64%
G = 28.57%
B = 35.79%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCCAFD (or 0xFCCAFD) is known color: Snuff. HEX triplet: FC, CA and FD. RGB value is (252,202,253). Sum of RGB (Red+Green+Blue) = 252+202+253=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 202 (79.30% from 255 or 28.57% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCCAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAFD is #033502. Grayscale: #DEDEDE. Windows color (decimal): -210179 or 16632572. OLE color: 16632572.

HSL color Cylindrical-coordinate representation of color #FCCAFD: hue angle of 298.82º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCAFD is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 202 253 -
CMYK 0.00 0.20 0 0.01
HSL 298.82º 0.93% 0.89% -
HSV(B) 298.82º 0.2% 0.99% -
XYZ 79 70.03 102.28 -
YUV 222.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 252 202 253 0.00 0.20 0 0.01 298.82 0.93 0.89
Hex FC CA FD 0 14 0 1 12B 5D 59
Octal 374 312 375 0 24 0 1 453 135 131
Binary 11111100 11001010 11111101 0 10100 0 1 100101011 1011101 1011001

Color Harmonies of #FCCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAFD

Black with #FCCAFD

Text Example


Text Example

White with #FCCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAFD; }

 p { color: rgb(252,202,253); }

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

background-color css

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

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

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

border-color css

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

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

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