Html Css Color HEX #F1CABC Watusi

📋 copy color: '#F1CABC'

red 241 ◦ green 202 ◦ blue 188

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

Shades of Watusi #F1CABC

Tints of Watusi #F1CABC

RGB

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

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

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

R = 38.19%
G = 32.01%
B = 29.79%

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

#F1CABC (or 0xF1CABC) is known color: Watusi. HEX triplet: F1, CA and BC. RGB value is (241,202,188). Sum of RGB (Red+Green+Blue) = 241+202+188=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CABC is #0E3543. Grayscale: #D4D4D4. Windows color (decimal): -931140 or 12372721. OLE color: 12372721.

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

Color convert

RGB 241 202 188 -
CMYK 0 0.16 0.22 0.05
HSL 15.85º 0.65% 0.84% -
HSV(B) 15.85º 0.22% 0.95% -
XYZ 66.47 64.57 56.54 -
YUV 212.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 241 202 188 0 0.16 0.22 0.05 15.85 0.65 0.84
Hex F1 CA BC 0 10 16 5 10 41 54
Octal 361 312 274 0 20 26 5 20 101 124
Binary 11110001 11001010 10111100 0 10000 10110 101 10000 1000001 1010100

Color Harmonies of #F1CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CABC

Black with #F1CABC

Text Example


Text Example

White with #F1CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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