Html Css Color HEX #F3DACB Pot Pourri

📋 copy color: '#F3DACB'

red 243 ◦ green 218 ◦ blue 203

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

Shades of Pot Pourri #F3DACB

Tints of Pot Pourri #F3DACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.83%

 BLUE value IS 203 (79.69% from 255) = 30.57%

R = 36.6%
G = 32.83%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F3DACB (or 0xF3DACB) is known color: Pot Pourri. HEX triplet: F3, DA and CB. RGB value is (243,218,203). Sum of RGB (Red+Green+Blue) = 243+218+203=664 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.60% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DACB is #0C2534. Grayscale: #DFDFDF. Windows color (decimal): -795957 or 13359859. OLE color: 13359859.

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

Color convert

RGB 243 218 203 -
CMYK 0 0.10 0.16 0.05
HSL 22.5º 0.63% 0.87% -
HSV(B) 22.5º 0.16% 0.95% -
XYZ 72.81 73.51 66.85 -
YUV 223.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 243 218 203 0 0.10 0.16 0.05 22.5 0.63 0.87
Hex F3 DA CB 0 A 10 5 16 3E 57
Octal 363 332 313 0 12 20 5 26 76 127
Binary 11110011 11011010 11001011 0 1010 10000 101 10110 111110 1010111

Color Harmonies of #F3DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DACB

Black with #F3DACB

Text Example


Text Example

White with #F3DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DACB; }

 p { color: rgb(243,218,203); }

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

background-color css

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

 a { background-color: rgb(243,218,203); }

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

border-color css

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

 span { border-color: rgb(243,218,203); }

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