Html Css Color HEX #FACABD Your Pink

📋 copy color: '#FACABD'

red 250 ◦ green 202 ◦ blue 189

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

Shades of Your Pink #FACABD

Tints of Your Pink #FACABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.49%

R = 39%
G = 31.51%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FACABD (or 0xFACABD) is known color: Your Pink. HEX triplet: FA, CA and BD. RGB value is (250,202,189). Sum of RGB (Red+Green+Blue) = 250+202+189=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FACABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACABD is #053542. Grayscale: #D6D6D6. Windows color (decimal): -341315 or 12438266. OLE color: 12438266.

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

Color convert

RGB 250 202 189 -
CMYK 0 0.19 0.24 0.02
HSL 12.79º 0.86% 0.86% -
HSV(B) 12.79º 0.24% 0.98% -
XYZ 69.73 66.24 57.25 -
YUV 214.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 250 202 189 0 0.19 0.24 0.02 12.79 0.86 0.86
Hex FA CA BD 0 13 18 2 D 56 56
Octal 372 312 275 0 23 30 2 15 126 126
Binary 11111010 11001010 10111101 0 10011 11000 10 1101 1010110 1010110

Color Harmonies of #FACABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACABD

Black with #FACABD

Text Example


Text Example

White with #FACABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACABD; }

 p { color: rgb(250,202,189); }

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

background-color css

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

 a { background-color: rgb(250,202,189); }

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

border-color css

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

 span { border-color: rgb(250,202,189); }

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