Html Css Color HEX #F4CABC Watusi

📋 copy color: '#F4CABC'

red 244 ◦ green 202 ◦ blue 188

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

Shades of Watusi #F4CABC

Tints of Watusi #F4CABC

RGB

 RED value IS 244 (95.7% from 255) = 38.49%

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

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

R = 38.49%
G = 31.86%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4CABC (or 0xF4CABC) is known color: Watusi. HEX triplet: F4, CA and BC. RGB value is (244,202,188). Sum of RGB (Red+Green+Blue) = 244+202+188=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CABC is #0B3543. Grayscale: #D5D5D5. Windows color (decimal): -734532 or 12372724. OLE color: 12372724.

HSL color Cylindrical-coordinate representation of color #F4CABC: hue angle of 15º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4CABC is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 202 188 -
CMYK 0 0.17 0.23 0.04
HSL 15º 0.72% 0.85% -
HSV(B) 15º 0.23% 0.96% -
XYZ 67.51 65.11 56.59 -
YUV 212.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 244 202 188 0 0.17 0.23 0.04 15 0.72 0.85
Hex F4 CA BC 0 11 17 4 F 48 55
Octal 364 312 274 0 21 27 4 17 110 125
Binary 11110100 11001010 10111100 0 10001 10111 100 1111 1001000 1010101

Color Harmonies of #F4CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CABC

Black with #F4CABC

Text Example


Text Example

White with #F4CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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