Html Css Color HEX #F2DECF Pot Pourri

📋 copy color: '#F2DECF'

red 242 ◦ green 222 ◦ blue 207

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

Shades of Pot Pourri #F2DECF

Tints of Pot Pourri #F2DECF

RGB

 RED value IS 242 (94.92% from 255) = 36.07%

 GREEN value IS 222 (87.11% from 255) = 33.08%

 BLUE value IS 207 (81.25% from 255) = 30.85%

R = 36.07%
G = 33.08%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2DECF (or 0xF2DECF) is known color: Pot Pourri. HEX triplet: F2, DE and CF. RGB value is (242,222,207). Sum of RGB (Red+Green+Blue) = 242+222+207=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DECF is #0D2130. Grayscale: #E2E2E2. Windows color (decimal): -860465 or 13623026. OLE color: 13623026.

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

Color convert

RGB 242 222 207 -
CMYK 0 0.08 0.14 0.05
HSL 25.71º 0.57% 0.88% -
HSV(B) 25.71º 0.14% 0.95% -
XYZ 74 75.62 69.73 -
YUV 226.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 242 222 207 0 0.08 0.14 0.05 25.71 0.57 0.88
Hex F2 DE CF 0 8 E 5 1A 39 58
Octal 362 336 317 0 10 16 5 32 71 130
Binary 11110010 11011110 11001111 0 1000 1110 101 11010 111001 1011000

Color Harmonies of #F2DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DECF

Black with #F2DECF

Text Example


Text Example

White with #F2DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DECF; }

 p { color: rgb(242,222,207); }

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

background-color css

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

 a { background-color: rgb(242,222,207); }

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

border-color css

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

 span { border-color: rgb(242,222,207); }

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