Html Css Color HEX #FACCBC Watusi

📋 copy color: '#FACCBC'

red 250 ◦ green 204 ◦ blue 188

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

Shades of Watusi #FACCBC

Tints of Watusi #FACCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.78%

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

R = 38.94%
G = 31.78%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FACCBC (or 0xFACCBC) is known color: Watusi. HEX triplet: FA, CC and BC. RGB value is (250,204,188). Sum of RGB (Red+Green+Blue) = 250+204+188=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCBC is #053343. Grayscale: #D8D8D8. Windows color (decimal): -340804 or 12373242. OLE color: 12373242.

HSL color Cylindrical-coordinate representation of color #FACCBC: hue angle of 15.48º 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 #FACCBC is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 188 -
CMYK 0 0.18 0.25 0.02
HSL 15.48º 0.86% 0.86% -
HSV(B) 15.48º 0.25% 0.98% -
XYZ 70.09 67.14 56.84 -
YUV 215.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 250 204 188 0 0.18 0.25 0.02 15.48 0.86 0.86
Hex FA CC BC 0 12 19 2 F 56 56
Octal 372 314 274 0 22 31 2 17 126 126
Binary 11111010 11001100 10111100 0 10010 11001 10 1111 1010110 1010110

Color Harmonies of #FACCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCBC

Black with #FACCBC

Text Example


Text Example

White with #FACCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCBC; }

 p { color: rgb(250,204,188); }

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

background-color css

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

 a { background-color: rgb(250,204,188); }

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

border-color css

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

 span { border-color: rgb(250,204,188); }

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