Html Css Color HEX #FDCAFF Snuff

📋 copy color: '#FDCAFF'

red 253 ◦ green 202 ◦ blue 255

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

Shades of Snuff #FDCAFF

Tints of Snuff #FDCAFF

RGB

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

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

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

R = 35.63%
G = 28.45%
B = 35.92%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDCAFF (or 0xFDCAFF) is known color: Snuff. HEX triplet: FD, CA and FF. RGB value is (253,202,255). Sum of RGB (Red+Green+Blue) = 253+202+255=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 202 (79.30% from 255 or 28.45% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAFF is #023500. Grayscale: #DFDFDF. Windows color (decimal): -144641 or 16763645. OLE color: 16763645.

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

Color convert

RGB 253 202 255 -
CMYK 0.01 0.21 0 0
HSL 297.74º 1% 0.9% -
HSV(B) 297.74º 0.21% 1% -
XYZ 79.68 70.34 103.99 -
YUV 223.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 253 202 255 0.01 0.21 0 0 297.74 1 0.9
Hex FD CA FF 1 15 0 0 12A 64 5A
Octal 375 312 377 1 25 0 0 452 144 132
Binary 11111101 11001010 11111111 1 10101 0 0 100101010 1100100 1011010

Color Harmonies of #FDCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAFF

Black with #FDCAFF

Text Example


Text Example

White with #FDCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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