Html Css Color HEX #FACBD0 Pink

📋 copy color: '#FACBD0'

red 250 ◦ green 203 ◦ blue 208

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

Shades of Pink #FACBD0

Tints of Pink #FACBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.47%

R = 37.82%
G = 30.71%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FACBD0 (or 0xFACBD0) is known color: Pink. HEX triplet: FA, CB and D0. RGB value is (250,203,208). Sum of RGB (Red+Green+Blue) = 250+203+208=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBD0 is #05342F. Grayscale: #D9D9D9. Windows color (decimal): -341040 or 13683706. OLE color: 13683706.

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

Color convert

RGB 250 203 208 -
CMYK 0 0.19 0.17 0.02
HSL 353.62º 0.82% 0.89% -
HSV(B) 353.62º 0.19% 0.98% -
XYZ 72.17 67.59 68.92 -
YUV 217.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 250 203 208 0 0.19 0.17 0.02 353.62 0.82 0.89
Hex FA CB D0 0 13 11 2 162 52 59
Octal 372 313 320 0 23 21 2 542 122 131
Binary 11111010 11001011 11010000 0 10011 10001 10 101100010 1010010 1011001

Color Harmonies of #FACBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBD0

Black with #FACBD0

Text Example


Text Example

White with #FACBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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