Html Css Color HEX #F1CABB Watusi

📋 copy color: '#F1CABB'

red 241 ◦ green 202 ◦ blue 187

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

Shades of Watusi #F1CABB

Tints of Watusi #F1CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.06%

 BLUE value IS 187 (73.44% from 255) = 29.68%

R = 38.25%
G = 32.06%
B = 29.68%

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

#F1CABB (or 0xF1CABB) is known color: Watusi. HEX triplet: F1, CA and BB. RGB value is (241,202,187). Sum of RGB (Red+Green+Blue) = 241+202+187=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CABB is #0E3544. Grayscale: #D4D4D4. Windows color (decimal): -931141 or 12307185. OLE color: 12307185.

HSL color Cylindrical-coordinate representation of color #F1CABB: hue angle of 16.67º degrees, saturation: 0.66, 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 #F1CABB is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 202 187 -
CMYK 0 0.16 0.22 0.05
HSL 16.67º 0.66% 0.84% -
HSV(B) 16.67º 0.22% 0.95% -
XYZ 66.37 64.53 55.97 -
YUV 211.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 241 202 187 0 0.16 0.22 0.05 16.67 0.66 0.84
Hex F1 CA BB 0 10 16 5 11 42 54
Octal 361 312 273 0 20 26 5 21 102 124
Binary 11110001 11001010 10111011 0 10000 10110 101 10001 1000010 1010100

Color Harmonies of #F1CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CABB

Black with #F1CABB

Text Example


Text Example

White with #F1CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CABB; }

 p { color: rgb(241,202,187); }

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

background-color css

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

 a { background-color: rgb(241,202,187); }

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

border-color css

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

 span { border-color: rgb(241,202,187); }

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