Html Css Color HEX #F8CBBC Watusi

📋 copy color: '#F8CBBC'

red 248 ◦ green 203 ◦ blue 188

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

Shades of Watusi #F8CBBC

Tints of Watusi #F8CBBC

RGB

 RED value IS 248 (97.27% from 255) = 38.81%

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

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

R = 38.81%
G = 31.77%
B = 29.42%

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

#F8CBBC (or 0xF8CBBC) is known color: Watusi. HEX triplet: F8, CB and BC. RGB value is (248,203,188). Sum of RGB (Red+Green+Blue) = 248+203+188=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBBC is #073443. Grayscale: #D6D6D6. Windows color (decimal): -472132 or 12372984. OLE color: 12372984.

HSL color Cylindrical-coordinate representation of color #F8CBBC: hue angle of 15º degrees, saturation: 0.81, 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 #F8CBBC is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 203 188 -
CMYK 0 0.18 0.24 0.03
HSL 15º 0.81% 0.85% -
HSV(B) 15º 0.24% 0.97% -
XYZ 69.14 66.3 56.73 -
YUV 214.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 248 203 188 0 0.18 0.24 0.03 15 0.81 0.85
Hex F8 CB BC 0 12 18 3 F 51 55
Octal 370 313 274 0 22 30 3 17 121 125
Binary 11111000 11001011 10111100 0 10010 11000 11 1111 1010001 1010101

Color Harmonies of #F8CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CBBC

Black with #F8CBBC

Text Example


Text Example

White with #F8CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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