Html Css Color HEX #FECBDA Pink Lace

📋 copy color: '#FECBDA'

red 254 ◦ green 203 ◦ blue 218

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

Shades of Pink Lace #FECBDA

Tints of Pink Lace #FECBDA

RGB

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

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

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

R = 37.63%
G = 30.07%
B = 32.3%

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

#FECBDA (or 0xFECBDA) is known color: Pink Lace. HEX triplet: FE, CB and DA. RGB value is (254,203,218). Sum of RGB (Red+Green+Blue) = 254+203+218=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBDA is #013425. Grayscale: #DBDBDB. Windows color (decimal): -78886 or 14339070. OLE color: 14339070.

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

Color convert

RGB 254 203 218 -
CMYK 0 0.20 0.14 0.00
HSL 342.35º 0.96% 0.9% -
HSV(B) 342.35º 0.2% 1% -
XYZ 74.88 68.84 75.67 -
YUV 219.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 254 203 218 0 0.20 0.14 0.00 342.35 0.96 0.9
Hex FE CB DA 0 14 E 0 156 60 5A
Octal 376 313 332 0 24 16 0 526 140 132
Binary 11111110 11001011 11011010 0 10100 1110 0 101010110 1100000 1011010

Color Harmonies of #FECBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBDA

Black with #FECBDA

Text Example


Text Example

White with #FECBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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