Html Css Color HEX #FDCFF3 Snuff

📋 copy color: '#FDCFF3'

red 253 ◦ green 207 ◦ blue 243

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

Shades of Snuff #FDCFF3

Tints of Snuff #FDCFF3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.45%

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

R = 35.99%
G = 29.45%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDCFF3 (or 0xFDCFF3) is known color: Snuff. HEX triplet: FD, CF and F3. RGB value is (253,207,243). Sum of RGB (Red+Green+Blue) = 253+207+243=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 207 (81.25% from 255 or 29.45% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFF3 is #02300C. Grayscale: #E0E0E0. Windows color (decimal): -143373 or 15978493. OLE color: 15978493.

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

Color convert

RGB 253 207 243 -
CMYK 0 0.18 0.04 0.01
HSL 313.04º 0.92% 0.9% -
HSV(B) 313.04º 0.18% 0.99% -
XYZ 79 71.98 94.52 -
YUV 224.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 253 207 243 0 0.18 0.04 0.01 313.04 0.92 0.9
Hex FD CF F3 0 12 4 1 139 5C 5A
Octal 375 317 363 0 22 4 1 471 134 132
Binary 11111101 11001111 11110011 0 10010 100 1 100111001 1011100 1011010

Color Harmonies of #FDCFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFF3

Black with #FDCFF3

Text Example


Text Example

White with #FDCFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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