Html Css Color HEX #FECDDA Pink Lace

📋 copy color: '#FECDDA'

red 254 ◦ green 205 ◦ blue 218

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

Shades of Pink Lace #FECDDA

Tints of Pink Lace #FECDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.28%

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

R = 37.52%
G = 30.28%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FECDDA (or 0xFECDDA) is known color: Pink Lace. HEX triplet: FE, CD and DA. RGB value is (254,205,218). Sum of RGB (Red+Green+Blue) = 254+205+218=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDDA is #013225. Grayscale: #DDDDDD. Windows color (decimal): -78374 or 14339582. OLE color: 14339582.

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

Color convert

RGB 254 205 218 -
CMYK 0 0.19 0.14 0.00
HSL 344.08º 0.96% 0.9% -
HSV(B) 344.08º 0.19% 1% -
XYZ 75.36 69.8 75.83 -
YUV 221.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 254 205 218 0 0.19 0.14 0.00 344.08 0.96 0.9
Hex FE CD DA 0 13 E 0 158 60 5A
Octal 376 315 332 0 23 16 0 530 140 132
Binary 11111110 11001101 11011010 0 10011 1110 0 101011000 1100000 1011010

Color Harmonies of #FECDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDDA

Black with #FECDDA

Text Example


Text Example

White with #FECDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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