Html Css Color HEX #F1CABA Watusi

📋 copy color: '#F1CABA'

red 241 ◦ green 202 ◦ blue 186

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

Shades of Watusi #F1CABA

Tints of Watusi #F1CABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.57%

R = 38.31%
G = 32.11%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1CABA (or 0xF1CABA) is known color: Watusi. HEX triplet: F1, CA and BA. RGB value is (241,202,186). Sum of RGB (Red+Green+Blue) = 241+202+186=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CABA is #0E3545. Grayscale: #D3D3D3. Windows color (decimal): -931142 or 12241649. OLE color: 12241649.

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

Color convert

RGB 241 202 186 -
CMYK 0 0.16 0.23 0.05
HSL 17.45º 0.66% 0.84% -
HSV(B) 17.45º 0.23% 0.95% -
XYZ 66.26 64.49 55.41 -
YUV 211.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 241 202 186 0 0.16 0.23 0.05 17.45 0.66 0.84
Hex F1 CA BA 0 10 17 5 11 42 54
Octal 361 312 272 0 20 27 5 21 102 124
Binary 11110001 11001010 10111010 0 10000 10111 101 10001 1000010 1010100

Color Harmonies of #F1CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CABA

Black with #F1CABA

Text Example


Text Example

White with #F1CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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