Html Css Color HEX #F7CBBC Watusi

📋 copy color: '#F7CBBC'

red 247 ◦ green 203 ◦ blue 188

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

Shades of Watusi #F7CBBC

Tints of Watusi #F7CBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.47%

R = 38.71%
G = 31.82%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F7CBBC (or 0xF7CBBC) is known color: Watusi. HEX triplet: F7, CB and BC. RGB value is (247,203,188). Sum of RGB (Red+Green+Blue) = 247+203+188=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBBC is #083443. Grayscale: #D6D6D6. Windows color (decimal): -537668 or 12372983. OLE color: 12372983.

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

Color convert

RGB 247 203 188 -
CMYK 0 0.18 0.24 0.03
HSL 15.25º 0.79% 0.85% -
HSV(B) 15.25º 0.24% 0.97% -
XYZ 68.79 66.12 56.71 -
YUV 214.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 247 203 188 0 0.18 0.24 0.03 15.25 0.79 0.85
Hex F7 CB BC 0 12 18 3 F 4F 55
Octal 367 313 274 0 22 30 3 17 117 125
Binary 11110111 11001011 10111100 0 10010 11000 11 1111 1001111 1010101

Color Harmonies of #F7CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CBBC

Black with #F7CBBC

Text Example


Text Example

White with #F7CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CBBC; }

 p { color: rgb(247,203,188); }

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

background-color css

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

 a { background-color: rgb(247,203,188); }

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

border-color css

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

 span { border-color: rgb(247,203,188); }

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