Html Css Color HEX #FACDBA Watusi

📋 copy color: '#FACDBA'

red 250 ◦ green 205 ◦ blue 186

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

Shades of Watusi #FACDBA

Tints of Watusi #FACDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.98%

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

R = 39%
G = 31.98%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FACDBA (or 0xFACDBA) is known color: Watusi. HEX triplet: FA, CD and BA. RGB value is (250,205,186). Sum of RGB (Red+Green+Blue) = 250+205+186=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDBA is #053245. Grayscale: #D8D8D8. Windows color (decimal): -340550 or 12242426. OLE color: 12242426.

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

Color convert

RGB 250 205 186 -
CMYK 0 0.18 0.26 0.02
HSL 17.81º 0.86% 0.85% -
HSV(B) 17.81º 0.26% 0.98% -
XYZ 70.12 67.53 55.79 -
YUV 216.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 250 205 186 0 0.18 0.26 0.02 17.81 0.86 0.85
Hex FA CD BA 0 12 1A 2 12 56 55
Octal 372 315 272 0 22 32 2 22 126 125
Binary 11111010 11001101 10111010 0 10010 11010 10 10010 1010110 1010101

Color Harmonies of #FACDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDBA

Black with #FACDBA

Text Example


Text Example

White with #FACDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDBA; }

 p { color: rgb(250,205,186); }

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

background-color css

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

 a { background-color: rgb(250,205,186); }

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

border-color css

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

 span { border-color: rgb(250,205,186); }

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