Html Css Color HEX #F5CBBE Watusi

📋 copy color: '#F5CBBE'

red 245 ◦ green 203 ◦ blue 190

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

Shades of Watusi #F5CBBE

Tints of Watusi #F5CBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.78%

R = 38.4%
G = 31.82%
B = 29.78%

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

#F5CBBE (or 0xF5CBBE) is known color: Watusi. HEX triplet: F5, CB and BE. RGB value is (245,203,190). Sum of RGB (Red+Green+Blue) = 245+203+190=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBBE is #0A3441. Grayscale: #D6D6D6. Windows color (decimal): -668738 or 12504053. OLE color: 12504053.

HSL color Cylindrical-coordinate representation of color #F5CBBE: hue angle of 14.18º 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 #F5CBBE is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 203 190 -
CMYK 0 0.17 0.22 0.04
HSL 14.18º 0.73% 0.85% -
HSV(B) 14.18º 0.22% 0.96% -
XYZ 68.31 65.84 57.82 -
YUV 214.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 245 203 190 0 0.17 0.22 0.04 14.18 0.73 0.85
Hex F5 CB BE 0 11 16 4 E 49 55
Octal 365 313 276 0 21 26 4 16 111 125
Binary 11110101 11001011 10111110 0 10001 10110 100 1110 1001001 1010101

Color Harmonies of #F5CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBBE

Black with #F5CBBE

Text Example


Text Example

White with #F5CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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