Html Css Color HEX #FDCAFE Snuff

📋 copy color: '#FDCAFE'

red 253 ◦ green 202 ◦ blue 254

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

Shades of Snuff #FDCAFE

Tints of Snuff #FDCAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.83%

R = 35.68%
G = 28.49%
B = 35.83%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDCAFE (or 0xFDCAFE) is known color: Snuff. HEX triplet: FD, CA and FE. RGB value is (253,202,254). Sum of RGB (Red+Green+Blue) = 253+202+254=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 202 (79.30% from 255 or 28.49% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDCAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAFE is #023501. Grayscale: #DFDFDF. Windows color (decimal): -144642 or 16698109. OLE color: 16698109.

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

Color convert

RGB 253 202 254 -
CMYK 0.00 0.20 0 0.00
HSL 298.85º 0.96% 0.89% -
HSV(B) 298.85º 0.2% 1% -
XYZ 79.52 70.28 103.14 -
YUV 223.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 253 202 254 0.00 0.20 0 0.00 298.85 0.96 0.89
Hex FD CA FE 0 14 0 0 12B 60 59
Octal 375 312 376 0 24 0 0 453 140 131
Binary 11111101 11001010 11111110 0 10100 0 0 100101011 1100000 1011001

Color Harmonies of #FDCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAFE

Black with #FDCAFE

Text Example


Text Example

White with #FDCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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