Html Css Color HEX #F8CBB6 Watusi

📋 copy color: '#F8CBB6'

red 248 ◦ green 203 ◦ blue 182

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

Shades of Watusi #F8CBB6

Tints of Watusi #F8CBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.75%

R = 39.18%
G = 32.07%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F8CBB6 (or 0xF8CBB6) is known color: Watusi. HEX triplet: F8, CB and B6. RGB value is (248,203,182). Sum of RGB (Red+Green+Blue) = 248+203+182=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 182 (71.48% from 255 or 28.75% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBB6 is #073449. Grayscale: #D6D6D6. Windows color (decimal): -472138 or 11979768. OLE color: 11979768.

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

Color convert

RGB 248 203 182 -
CMYK 0 0.18 0.27 0.03
HSL 19.09º 0.83% 0.84% -
HSV(B) 19.09º 0.27% 0.97% -
XYZ 68.51 66.05 53.39 -
YUV 214.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 248 203 182 0 0.18 0.27 0.03 19.09 0.83 0.84
Hex F8 CB B6 0 12 1B 3 13 52 54
Octal 370 313 266 0 22 33 3 23 122 124
Binary 11111000 11001011 10110110 0 10010 11011 11 10011 1010010 1010100

Color Harmonies of #F8CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CBB6

Black with #F8CBB6

Text Example


Text Example

White with #F8CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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