Html Css Color HEX #F3D2EC Snuff

📋 copy color: '#F3D2EC'

red 243 ◦ green 210 ◦ blue 236

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

Shades of Snuff #F3D2EC

Tints of Snuff #F3D2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.48%

 BLUE value IS 236 (92.58% from 255) = 34.25%

R = 35.27%
G = 30.48%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F3D2EC (or 0xF3D2EC) is known color: Snuff. HEX triplet: F3, D2 and EC. RGB value is (243,210,236). Sum of RGB (Red+Green+Blue) = 243+210+236=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 210 (82.42% from 255 or 30.48% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D2EC is #0C2D13. Grayscale: #DEDEDE. Windows color (decimal): -797972 or 15520499. OLE color: 15520499.

HSL color Cylindrical-coordinate representation of color #F3D2EC: hue angle of 312.73º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D2EC is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 210 236 -
CMYK 0 0.14 0.03 0.05
HSL 312.73º 0.58% 0.89% -
HSV(B) 312.73º 0.14% 0.95% -
XYZ 75.15 71.2 89.14 -
YUV 222.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 243 210 236 0 0.14 0.03 0.05 312.73 0.58 0.89
Hex F3 D2 EC 0 E 3 5 139 3A 59
Octal 363 322 354 0 16 3 5 471 72 131
Binary 11110011 11010010 11101100 0 1110 11 101 100111001 111010 1011001

Color Harmonies of #F3D2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D2EC

Black with #F3D2EC

Text Example


Text Example

White with #F3D2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D2EC; }

 p { color: rgb(243,210,236); }

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

background-color css

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

 a { background-color: rgb(243,210,236); }

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

border-color css

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

 span { border-color: rgb(243,210,236); }

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