Html Css Color HEX #FDCCF3 Snuff

📋 copy color: '#FDCCF3'

red 253 ◦ green 204 ◦ blue 243

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

Shades of Snuff #FDCCF3

Tints of Snuff #FDCCF3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.14%

 BLUE value IS 243 (95.31% from 255) = 34.71%

R = 36.14%
G = 29.14%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDCCF3 (or 0xFDCCF3) is known color: Snuff. HEX triplet: FD, CC and F3. RGB value is (253,204,243). Sum of RGB (Red+Green+Blue) = 253+204+243=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 204 (80.08% from 255 or 29.14% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCF3 is #02330C. Grayscale: #DEDEDE. Windows color (decimal): -144141 or 15977725. OLE color: 15977725.

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

Color convert

RGB 253 204 243 -
CMYK 0 0.19 0.04 0.01
HSL 312.24º 0.92% 0.9% -
HSV(B) 312.24º 0.19% 0.99% -
XYZ 78.28 70.54 94.28 -
YUV 223.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 253 204 243 0 0.19 0.04 0.01 312.24 0.92 0.9
Hex FD CC F3 0 13 4 1 138 5C 5A
Octal 375 314 363 0 23 4 1 470 134 132
Binary 11111101 11001100 11110011 0 10011 100 1 100111000 1011100 1011010

Color Harmonies of #FDCCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCF3

Black with #FDCCF3

Text Example


Text Example

White with #FDCCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCF3; }

 p { color: rgb(253,204,243); }

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

background-color css

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

 a { background-color: rgb(253,204,243); }

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

border-color css

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

 span { border-color: rgb(253,204,243); }

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