Html Css Color HEX #FECBD9 Pink Lace

📋 copy color: '#FECBD9'

red 254 ◦ green 203 ◦ blue 217

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

Shades of Pink Lace #FECBD9

Tints of Pink Lace #FECBD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.2%

R = 37.69%
G = 30.12%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FECBD9 (or 0xFECBD9) is known color: Pink Lace. HEX triplet: FE, CB and D9. RGB value is (254,203,217). Sum of RGB (Red+Green+Blue) = 254+203+217=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBD9 is #013426. Grayscale: #DBDBDB. Windows color (decimal): -78887 or 14273534. OLE color: 14273534.

HSL color Cylindrical-coordinate representation of color #FECBD9: hue angle of 343.53º 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 #FECBD9 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 217 -
CMYK 0 0.20 0.15 0.00
HSL 343.53º 0.96% 0.9% -
HSV(B) 343.53º 0.2% 1% -
XYZ 74.75 68.79 74.98 -
YUV 219.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 254 203 217 0 0.20 0.15 0.00 343.53 0.96 0.9
Hex FE CB D9 0 14 F 0 158 60 5A
Octal 376 313 331 0 24 17 0 530 140 132
Binary 11111110 11001011 11011001 0 10100 1111 0 101011000 1100000 1011010

Color Harmonies of #FECBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBD9

Black with #FECBD9

Text Example


Text Example

White with #FECBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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