Html Css Color HEX #FDCAFC Snuff

📋 copy color: '#FDCAFC'

red 253 ◦ green 202 ◦ blue 252

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

Shades of Snuff #FDCAFC

Tints of Snuff #FDCAFC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 253 202 252 -
CMYK 0 0.20 0.00 0.01
HSL 301.18º 0.93% 0.89% -
HSV(B) 301.18º 0.2% 0.99% -
XYZ 79.2 70.15 101.46 -
YUV 222.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 253 202 252 0 0.20 0.00 0.01 301.18 0.93 0.89
Hex FD CA FC 0 14 0 1 12D 5D 59
Octal 375 312 374 0 24 0 1 455 135 131
Binary 11111101 11001010 11111100 0 10100 0 1 100101101 1011101 1011001

Color Harmonies of #FDCAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAFC

Black with #FDCAFC

Text Example


Text Example

White with #FDCAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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