Html Css Color HEX #FDCBD5 Pink Lace

📋 copy color: '#FDCBD5'

red 253 ◦ green 203 ◦ blue 213

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

Shades of Pink Lace #FDCBD5

Tints of Pink Lace #FDCBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.84%

R = 37.82%
G = 30.34%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDCBD5 (or 0xFDCBD5) is known color: Pink Lace. HEX triplet: FD, CB and D5. RGB value is (253,203,213). Sum of RGB (Red+Green+Blue) = 253+203+213=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBD5 is #02342A. Grayscale: #DBDBDB. Windows color (decimal): -144427 or 14011389. OLE color: 14011389.

HSL color Cylindrical-coordinate representation of color #FDCBD5: hue angle of 348º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBD5 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 213 -
CMYK 0 0.20 0.16 0.01
HSL 348º 0.93% 0.89% -
HSV(B) 348º 0.2% 0.99% -
XYZ 73.87 68.4 72.26 -
YUV 219.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 253 203 213 0 0.20 0.16 0.01 348 0.93 0.89
Hex FD CB D5 0 14 10 1 15C 5D 59
Octal 375 313 325 0 24 20 1 534 135 131
Binary 11111101 11001011 11010101 0 10100 10000 1 101011100 1011101 1011001

Color Harmonies of #FDCBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBD5

Black with #FDCBD5

Text Example


Text Example

White with #FDCBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBD5; }

 p { color: rgb(253,203,213); }

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

background-color css

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

 a { background-color: rgb(253,203,213); }

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

border-color css

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

 span { border-color: rgb(253,203,213); }

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