Html Css Color HEX #F2D1BA Watusi

📋 copy color: '#F2D1BA'

red 242 ◦ green 209 ◦ blue 186

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

Shades of Watusi #F2D1BA

Tints of Watusi #F2D1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.81%

 BLUE value IS 186 (73.05% from 255) = 29.2%

R = 37.99%
G = 32.81%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2D1BA (or 0xF2D1BA) is known color: Watusi. HEX triplet: F2, D1 and BA. RGB value is (242,209,186). Sum of RGB (Red+Green+Blue) = 242+209+186=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1BA is #0D2E45. Grayscale: #D8D8D8. Windows color (decimal): -863814 or 12243442. OLE color: 12243442.

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

Color convert

RGB 242 209 186 -
CMYK 0 0.14 0.23 0.05
HSL 24.64º 0.68% 0.84% -
HSV(B) 24.64º 0.23% 0.95% -
XYZ 68.28 68.02 55.99 -
YUV 216.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 242 209 186 0 0.14 0.23 0.05 24.64 0.68 0.84
Hex F2 D1 BA 0 E 17 5 19 44 54
Octal 362 321 272 0 16 27 5 31 104 124
Binary 11110010 11010001 10111010 0 1110 10111 101 11001 1000100 1010100

Color Harmonies of #F2D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D1BA

Black with #F2D1BA

Text Example


Text Example

White with #F2D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D1BA; }

 p { color: rgb(242,209,186); }

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

background-color css

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

 a { background-color: rgb(242,209,186); }

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

border-color css

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

 span { border-color: rgb(242,209,186); }

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