Html Css Color HEX #F5CBBD Watusi

📋 copy color: '#F5CBBD'

red 245 ◦ green 203 ◦ blue 189

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

Shades of Watusi #F5CBBD

Tints of Watusi #F5CBBD

RGB

 RED value IS 245 (96.09% from 255) = 38.46%

 GREEN value IS 203 (79.69% from 255) = 31.87%

 BLUE value IS 189 (74.22% from 255) = 29.67%

R = 38.46%
G = 31.87%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F5CBBD (or 0xF5CBBD) is known color: Watusi. HEX triplet: F5, CB and BD. RGB value is (245,203,189). Sum of RGB (Red+Green+Blue) = 245+203+189=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBBD is #0A3442. Grayscale: #D6D6D6. Windows color (decimal): -668739 or 12438517. OLE color: 12438517.

HSL color Cylindrical-coordinate representation of color #F5CBBD: hue angle of 15º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5CBBD is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 203 189 -
CMYK 0 0.17 0.23 0.04
HSL 15º 0.74% 0.85% -
HSV(B) 15º 0.23% 0.96% -
XYZ 68.2 65.8 57.25 -
YUV 213.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 245 203 189 0 0.17 0.23 0.04 15 0.74 0.85
Hex F5 CB BD 0 11 17 4 F 4A 55
Octal 365 313 275 0 21 27 4 17 112 125
Binary 11110101 11001011 10111101 0 10001 10111 100 1111 1001010 1010101

Color Harmonies of #F5CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBBD

Black with #F5CBBD

Text Example


Text Example

White with #F5CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBBD; }

 p { color: rgb(245,203,189); }

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

background-color css

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

 a { background-color: rgb(245,203,189); }

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

border-color css

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

 span { border-color: rgb(245,203,189); }

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