#F7CDBE

Color #F7CDBE Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #F7CDBE

Tints of Watusi #F7CDBE

Color information

#F7CDBE (or 0xF7CDBE) is unknown color: approx Watusi. HEX triplet: F7, CD and BE. RGB value is (247,205,190). Sum of RGB (Red+Green+Blue) = 247+205+190=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDBE is #083241. Grayscale: #D7D7D7. Windows color (decimal): -537154 or 12504567. OLE color: 12504567.

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

Color convert

RGB247205190-
CMYK00.170.230.03
HSL15.79º78.08%85.69%-
HSV(B)15.79º23.08%96.86%-
XYZ69.4867.1558.02-
YUV215.85113.41150.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.47%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 190 (74.61% from 255) = 29.60%
R=38.47%
G=31.93%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720519000.170.230.0315.7978.0885.69
HexF7CDBE011173104e56
Octal36731527602127320116126
Binary11110111110011011011111001000110111111000010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDBE; }

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

 H1.HeaderClassName
 {
   color: #F7CDBE;
 }
 .AnyTagClassName
 {
   color: #F7CDBE;
 }
</style>
background-color css

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

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

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

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

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

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