Html Css Color HEX #F3CDF1 Snuff

📋 copy color: '#F3CDF1'

red 243 ◦ green 205 ◦ blue 241

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

Shades of Snuff #F3CDF1

Tints of Snuff #F3CDF1

RGB

 RED value IS 243 (95.31% from 255) = 35.27%

 GREEN value IS 205 (80.47% from 255) = 29.75%

 BLUE value IS 241 (94.53% from 255) = 34.98%

R = 35.27%
G = 29.75%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F3CDF1 (or 0xF3CDF1) is known color: Snuff. HEX triplet: F3, CD and F1. RGB value is (243,205,241). Sum of RGB (Red+Green+Blue) = 243+205+241=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDF1 is #0C320E. Grayscale: #DCDCDC. Windows color (decimal): -799247 or 15846899. OLE color: 15846899.

HSL color Cylindrical-coordinate representation of color #F3CDF1: hue angle of 303.16º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CDF1 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 205 241 -
CMYK 0 0.16 0.01 0.05
HSL 303.16º 0.61% 0.88% -
HSV(B) 303.16º 0.16% 0.95% -
XYZ 74.67 69.07 92.62 -
YUV 220.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 243 205 241 0 0.16 0.01 0.05 303.16 0.61 0.88
Hex F3 CD F1 0 10 1 5 12F 3D 58
Octal 363 315 361 0 20 1 5 457 75 130
Binary 11110011 11001101 11110001 0 10000 1 101 100101111 111101 1011000

Color Harmonies of #F3CDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CDF1

Black with #F3CDF1

Text Example


Text Example

White with #F3CDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CDF1; }

 p { color: rgb(243,205,241); }

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

background-color css

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

 a { background-color: rgb(243,205,241); }

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

border-color css

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

 span { border-color: rgb(243,205,241); }

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