Html Css Color HEX #FACBDA Pink Lace

📋 copy color: '#FACBDA'

red 250 ◦ green 203 ◦ blue 218

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

Shades of Pink Lace #FACBDA

Tints of Pink Lace #FACBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.49%

R = 37.26%
G = 30.25%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FACBDA (or 0xFACBDA) is known color: Pink Lace. HEX triplet: FA, CB and DA. RGB value is (250,203,218). Sum of RGB (Red+Green+Blue) = 250+203+218=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBDA is #053425. Grayscale: #DADADA. Windows color (decimal): -341030 or 14339066. OLE color: 14339066.

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

Color convert

RGB 250 203 218 -
CMYK 0 0.19 0.13 0.02
HSL 340.85º 0.82% 0.89% -
HSV(B) 340.85º 0.19% 0.98% -
XYZ 73.44 68.1 75.6 -
YUV 218.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 250 203 218 0 0.19 0.13 0.02 340.85 0.82 0.89
Hex FA CB DA 0 13 D 2 155 52 59
Octal 372 313 332 0 23 15 2 525 122 131
Binary 11111010 11001011 11011010 0 10011 1101 10 101010101 1010010 1011001

Color Harmonies of #FACBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBDA

Black with #FACBDA

Text Example


Text Example

White with #FACBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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