Html Css Color HEX #FACCDB Pink Lace

📋 copy color: '#FACCDB'

red 250 ◦ green 204 ◦ blue 219

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

Shades of Pink Lace #FACCDB

Tints of Pink Lace #FACCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.54%

R = 37.15%
G = 30.31%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FACCDB (or 0xFACCDB) is known color: Pink Lace. HEX triplet: FA, CC and DB. RGB value is (250,204,219). Sum of RGB (Red+Green+Blue) = 250+204+219=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCDB is #053324. Grayscale: #DBDBDB. Windows color (decimal): -340773 or 14404858. OLE color: 14404858.

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

Color convert

RGB 250 204 219 -
CMYK 0 0.18 0.12 0.02
HSL 340.43º 0.82% 0.89% -
HSV(B) 340.43º 0.18% 0.98% -
XYZ 73.8 68.62 76.37 -
YUV 219.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 250 204 219 0 0.18 0.12 0.02 340.43 0.82 0.89
Hex FA CC DB 0 12 C 2 154 52 59
Octal 372 314 333 0 22 14 2 524 122 131
Binary 11111010 11001100 11011011 0 10010 1100 10 101010100 1010010 1011001

Color Harmonies of #FACCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCDB

Black with #FACCDB

Text Example


Text Example

White with #FACCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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