Html Css Color HEX #F7CDB9 Watusi

📋 copy color: '#F7CDB9'

red 247 ◦ green 205 ◦ blue 185

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

Shades of Watusi #F7CDB9

Tints of Watusi #F7CDB9

RGB

 RED value IS 247 (96.88% from 255) = 38.78%

 GREEN value IS 205 (80.47% from 255) = 32.18%

 BLUE value IS 185 (72.66% from 255) = 29.04%

R = 38.78%
G = 32.18%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7CDB9 (or 0xF7CDB9) is known color: Watusi. HEX triplet: F7, CD and B9. RGB value is (247,205,185). Sum of RGB (Red+Green+Blue) = 247+205+185=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDB9 is #083246. Grayscale: #D7D7D7. Windows color (decimal): -537159 or 12176887. OLE color: 12176887.

HSL color Cylindrical-coordinate representation of color #F7CDB9: hue angle of 19.35º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7CDB9 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 205 185 -
CMYK 0 0.17 0.25 0.03
HSL 19.35º 0.79% 0.85% -
HSV(B) 19.35º 0.25% 0.97% -
XYZ 68.95 66.94 55.19 -
YUV 215.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 247 205 185 0 0.17 0.25 0.03 19.35 0.79 0.85
Hex F7 CD B9 0 11 19 3 13 4F 55
Octal 367 315 271 0 21 31 3 23 117 125
Binary 11110111 11001101 10111001 0 10001 11001 11 10011 1001111 1010101

Color Harmonies of #F7CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CDB9

Black with #F7CDB9

Text Example


Text Example

White with #F7CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CDB9; }

 p { color: rgb(247,205,185); }

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

background-color css

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

 a { background-color: rgb(247,205,185); }

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

border-color css

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

 span { border-color: rgb(247,205,185); }

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