Html Css Color HEX #F2C6BA Watusi

📋 copy color: '#F2C6BA'

red 242 ◦ green 198 ◦ blue 186

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

Shades of Watusi #F2C6BA

Tints of Watusi #F2C6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.63%

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

R = 38.66%
G = 31.63%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2C6BA (or 0xF2C6BA) is known color: Watusi. HEX triplet: F2, C6 and BA. RGB value is (242,198,186). Sum of RGB (Red+Green+Blue) = 242+198+186=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6BA is #0D3945. Grayscale: #D1D1D1. Windows color (decimal): -866630 or 12240626. OLE color: 12240626.

HSL color Cylindrical-coordinate representation of color #F2C6BA: hue angle of 12.86º 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 #F2C6BA is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 198 186 -
CMYK 0 0.18 0.23 0.05
HSL 12.86º 0.68% 0.84% -
HSV(B) 12.86º 0.23% 0.95% -
XYZ 65.67 62.81 55.12 -
YUV 209.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 242 198 186 0 0.18 0.23 0.05 12.86 0.68 0.84
Hex F2 C6 BA 0 12 17 5 D 44 54
Octal 362 306 272 0 22 27 5 15 104 124
Binary 11110010 11000110 10111010 0 10010 10111 101 1101 1000100 1010100

Color Harmonies of #F2C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C6BA

Black with #F2C6BA

Text Example


Text Example

White with #F2C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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