Html Css Color HEX #FDCEDB Pink Lace

📋 copy color: '#FDCEDB'

red 253 ◦ green 206 ◦ blue 219

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

Shades of Pink Lace #FDCEDB

Tints of Pink Lace #FDCEDB

RGB

 RED value IS 253 (99.22% from 255) = 37.32%

 GREEN value IS 206 (80.86% from 255) = 30.38%

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

R = 37.32%
G = 30.38%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDCEDB (or 0xFDCEDB) is known color: Pink Lace. HEX triplet: FD, CE and DB. RGB value is (253,206,219). Sum of RGB (Red+Green+Blue) = 253+206+219=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEDB is #023124. Grayscale: #DDDDDD. Windows color (decimal): -143653 or 14405373. OLE color: 14405373.

HSL color Cylindrical-coordinate representation of color #FDCEDB: hue angle of 343.4º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCEDB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 206 219 -
CMYK 0 0.19 0.13 0.01
HSL 343.4º 0.92% 0.9% -
HSV(B) 343.4º 0.19% 0.99% -
XYZ 75.37 70.14 76.58 -
YUV 221.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 253 206 219 0 0.19 0.13 0.01 343.4 0.92 0.9
Hex FD CE DB 0 13 D 1 157 5C 5A
Octal 375 316 333 0 23 15 1 527 134 132
Binary 11111101 11001110 11011011 0 10011 1101 1 101010111 1011100 1011010

Color Harmonies of #FDCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEDB

Black with #FDCEDB

Text Example


Text Example

White with #FDCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEDB; }

 p { color: rgb(253,206,219); }

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

background-color css

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

 a { background-color: rgb(253,206,219); }

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

border-color css

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

 span { border-color: rgb(253,206,219); }

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