Html Css Color HEX #F1CBBD Watusi

📋 copy color: '#F1CBBD'

red 241 ◦ green 203 ◦ blue 189

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

Shades of Watusi #F1CBBD

Tints of Watusi #F1CBBD

RGB

 RED value IS 241 (94.53% from 255) = 38.07%

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

 BLUE value IS 189 (74.22% from 255) = 29.86%

R = 38.07%
G = 32.07%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1CBBD (or 0xF1CBBD) is known color: Watusi. HEX triplet: F1, CB and BD. RGB value is (241,203,189). Sum of RGB (Red+Green+Blue) = 241+203+189=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBBD is #0E3442. Grayscale: #D4D4D4. Windows color (decimal): -930883 or 12438513. OLE color: 12438513.

HSL color Cylindrical-coordinate representation of color #F1CBBD: hue angle of 16.15º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1CBBD is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 203 189 -
CMYK 0 0.16 0.22 0.05
HSL 16.15º 0.65% 0.84% -
HSV(B) 16.15º 0.22% 0.95% -
XYZ 66.82 65.09 57.19 -
YUV 212.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 241 203 189 0 0.16 0.22 0.05 16.15 0.65 0.84
Hex F1 CB BD 0 10 16 5 10 41 54
Octal 361 313 275 0 20 26 5 20 101 124
Binary 11110001 11001011 10111101 0 10000 10110 101 10000 1000001 1010100

Color Harmonies of #F1CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBBD

Black with #F1CBBD

Text Example


Text Example

White with #F1CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBBD; }

 p { color: rgb(241,203,189); }

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

background-color css

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

 a { background-color: rgb(241,203,189); }

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

border-color css

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

 span { border-color: rgb(241,203,189); }

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