Html Css Color HEX #FACBBB Watusi

📋 copy color: '#FACBBB'

red 250 ◦ green 203 ◦ blue 187

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

Shades of Watusi #FACBBB

Tints of Watusi #FACBBB

RGB

 RED value IS 250 (98.05% from 255) = 39.06%

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

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

R = 39.06%
G = 31.72%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FACBBB (or 0xFACBBB) is known color: Watusi. HEX triplet: FA, CB and BB. RGB value is (250,203,187). Sum of RGB (Red+Green+Blue) = 250+203+187=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBBB is #053444. Grayscale: #D7D7D7. Windows color (decimal): -341061 or 12307450. OLE color: 12307450.

HSL color Cylindrical-coordinate representation of color #FACBBB: hue angle of 15.24º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FACBBB is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 203 187 -
CMYK 0 0.19 0.25 0.02
HSL 15.24º 0.86% 0.86% -
HSV(B) 15.24º 0.25% 0.98% -
XYZ 69.75 66.62 56.2 -
YUV 215.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 250 203 187 0 0.19 0.25 0.02 15.24 0.86 0.86
Hex FA CB BB 0 13 19 2 F 56 56
Octal 372 313 273 0 23 31 2 17 126 126
Binary 11111010 11001011 10111011 0 10011 11001 10 1111 1010110 1010110

Color Harmonies of #FACBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBBB

Black with #FACBBB

Text Example


Text Example

White with #FACBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBBB; }

 p { color: rgb(250,203,187); }

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

background-color css

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

 a { background-color: rgb(250,203,187); }

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

border-color css

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

 span { border-color: rgb(250,203,187); }

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