Html Css Color HEX #F3DBF0 Snuff

📋 copy color: '#F3DBF0'

red 243 ◦ green 219 ◦ blue 240

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

Shades of Snuff #F3DBF0

Tints of Snuff #F3DBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.2%

 BLUE value IS 240 (94.14% from 255) = 34.19%

R = 34.62%
G = 31.2%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F3DBF0 (or 0xF3DBF0) is known color: Snuff. HEX triplet: F3, DB and F0. RGB value is (243,219,240). Sum of RGB (Red+Green+Blue) = 243+219+240=702 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.62% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBF0 is #0C240F. Grayscale: #E4E4E4. Windows color (decimal): -795664 or 15784947. OLE color: 15784947.

HSL color Cylindrical-coordinate representation of color #F3DBF0: hue angle of 307.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DBF0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 219 240 -
CMYK 0 0.10 0.01 0.05
HSL 307.5º 0.5% 0.91% -
HSV(B) 307.5º 0.1% 0.95% -
XYZ 78.02 76.01 93 -
YUV 228.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 243 219 240 0 0.10 0.01 0.05 307.5 0.5 0.91
Hex F3 DB F0 0 A 1 5 134 32 5B
Octal 363 333 360 0 12 1 5 464 62 133
Binary 11110011 11011011 11110000 0 1010 1 101 100110100 110010 1011011

Color Harmonies of #F3DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DBF0

Black with #F3DBF0

Text Example


Text Example

White with #F3DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DBF0; }

 p { color: rgb(243,219,240); }

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

background-color css

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

 a { background-color: rgb(243,219,240); }

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

border-color css

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

 span { border-color: rgb(243,219,240); }

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