Html Css Color HEX #FECCDA Pink Lace

📋 copy color: '#FECCDA'

red 254 ◦ green 204 ◦ blue 218

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

Shades of Pink Lace #FECCDA

Tints of Pink Lace #FECCDA

RGB

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

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

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

R = 37.57%
G = 30.18%
B = 32.25%

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

#FECCDA (or 0xFECCDA) is known color: Pink Lace. HEX triplet: FE, CC and DA. RGB value is (254,204,218). Sum of RGB (Red+Green+Blue) = 254+204+218=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCDA is #013325. Grayscale: #DCDCDC. Windows color (decimal): -78630 or 14339326. OLE color: 14339326.

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

Color convert

RGB 254 204 218 -
CMYK 0 0.20 0.14 0.00
HSL 343.2º 0.96% 0.9% -
HSV(B) 343.2º 0.2% 1% -
XYZ 75.12 69.32 75.75 -
YUV 220.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 254 204 218 0 0.20 0.14 0.00 343.2 0.96 0.9
Hex FE CC DA 0 14 E 0 157 60 5A
Octal 376 314 332 0 24 16 0 527 140 132
Binary 11111110 11001100 11011010 0 10100 1110 0 101010111 1100000 1011010

Color Harmonies of #FECCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCDA

Black with #FECCDA

Text Example


Text Example

White with #FECCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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