Html Css Color HEX #F5CBBF Watusi

📋 copy color: '#F5CBBF'

red 245 ◦ green 203 ◦ blue 191

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

Shades of Watusi #F5CBBF

Tints of Watusi #F5CBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.89%

R = 38.34%
G = 31.77%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5CBBF (or 0xF5CBBF) is known color: Watusi. HEX triplet: F5, CB and BF. RGB value is (245,203,191). Sum of RGB (Red+Green+Blue) = 245+203+191=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBBF is #0A3440. Grayscale: #D6D6D6. Windows color (decimal): -668737 or 12569589. OLE color: 12569589.

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

Color convert

RGB 245 203 191 -
CMYK 0 0.17 0.22 0.04
HSL 13.33º 0.73% 0.85% -
HSV(B) 13.33º 0.22% 0.96% -
XYZ 68.42 65.89 58.4 -
YUV 214.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 245 203 191 0 0.17 0.22 0.04 13.33 0.73 0.85
Hex F5 CB BF 0 11 16 4 D 49 55
Octal 365 313 277 0 21 26 4 15 111 125
Binary 11110101 11001011 10111111 0 10001 10110 100 1101 1001001 1010101

Color Harmonies of #F5CBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBBF

Black with #F5CBBF

Text Example


Text Example

White with #F5CBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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