Html Css Color HEX #FECFDB Pink Lace

📋 copy color: '#FECFDB'

red 254 ◦ green 207 ◦ blue 219

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

Shades of Pink Lace #FECFDB

Tints of Pink Lace #FECFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.44%

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

R = 37.35%
G = 30.44%
B = 32.21%

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

#FECFDB (or 0xFECFDB) is known color: Pink Lace. HEX triplet: FE, CF and DB. RGB value is (254,207,219). Sum of RGB (Red+Green+Blue) = 254+207+219=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFDB is #013024. Grayscale: #DEDEDE. Windows color (decimal): -77861 or 14405630. OLE color: 14405630.

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

Color convert

RGB 254 207 219 -
CMYK 0 0.19 0.14 0.00
HSL 344.68º 0.96% 0.9% -
HSV(B) 344.68º 0.19% 1% -
XYZ 75.97 70.81 76.68 -
YUV 222.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 254 207 219 0 0.19 0.14 0.00 344.68 0.96 0.9
Hex FE CF DB 0 13 E 0 159 60 5A
Octal 376 317 333 0 23 16 0 531 140 132
Binary 11111110 11001111 11011011 0 10011 1110 0 101011001 1100000 1011010

Color Harmonies of #FECFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFDB

Black with #FECFDB

Text Example


Text Example

White with #FECFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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