Html Css Color HEX #FECBDB Pink Lace

📋 copy color: '#FECBDB'

red 254 ◦ green 203 ◦ blue 219

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

Shades of Pink Lace #FECBDB

Tints of Pink Lace #FECBDB

RGB

 RED value IS 254 (99.61% from 255) = 37.57%

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

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

R = 37.57%
G = 30.03%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FECBDB (or 0xFECBDB) is known color: Pink Lace. HEX triplet: FE, CB and DB. RGB value is (254,203,219). Sum of RGB (Red+Green+Blue) = 254+203+219=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBDB is #013424. Grayscale: #DCDCDC. Windows color (decimal): -78885 or 14404606. OLE color: 14404606.

HSL color Cylindrical-coordinate representation of color #FECBDB: hue angle of 341.18º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBDB is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 219 -
CMYK 0 0.20 0.14 0.00
HSL 341.18º 0.96% 0.9% -
HSV(B) 341.18º 0.2% 1% -
XYZ 75.02 68.9 76.36 -
YUV 220.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 254 203 219 0 0.20 0.14 0.00 341.18 0.96 0.9
Hex FE CB DB 0 14 E 0 155 60 5A
Octal 376 313 333 0 24 16 0 525 140 132
Binary 11111110 11001011 11011011 0 10100 1110 0 101010101 1100000 1011010

Color Harmonies of #FECBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBDB

Black with #FECBDB

Text Example


Text Example

White with #FECBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBDB; }

 p { color: rgb(254,203,219); }

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

background-color css

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

 a { background-color: rgb(254,203,219); }

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

border-color css

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

 span { border-color: rgb(254,203,219); }

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