Html Css Color HEX #FDC3D6 Pink Lace

📋 copy color: '#FDC3D6'

red 253 ◦ green 195 ◦ blue 214

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

Shades of Pink Lace #FDC3D6

Tints of Pink Lace #FDC3D6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.46%

 BLUE value IS 214 (83.98% from 255) = 32.33%

R = 38.22%
G = 29.46%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDC3D6 (or 0xFDC3D6) is known color: Pink Lace. HEX triplet: FD, C3 and D6. RGB value is (253,195,214). Sum of RGB (Red+Green+Blue) = 253+195+214=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 195 (76.56% from 255 or 29.46% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3D6 is #023C29. Grayscale: #D6D6D6. Windows color (decimal): -146474 or 14074877. OLE color: 14074877.

HSL color Cylindrical-coordinate representation of color #FDC3D6: hue angle of 340.34º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC3D6 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 195 214 -
CMYK 0 0.23 0.15 0.01
HSL 340.34º 0.94% 0.88% -
HSV(B) 340.34º 0.23% 0.99% -
XYZ 72.16 64.77 72.32 -
YUV 214.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 253 195 214 0 0.23 0.15 0.01 340.34 0.94 0.88
Hex FD C3 D6 0 17 F 1 154 5E 58
Octal 375 303 326 0 27 17 1 524 136 130
Binary 11111101 11000011 11010110 0 10111 1111 1 101010100 1011110 1011000

Color Harmonies of #FDC3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3D6

Black with #FDC3D6

Text Example


Text Example

White with #FDC3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3D6; }

 p { color: rgb(253,195,214); }

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

background-color css

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

 a { background-color: rgb(253,195,214); }

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

border-color css

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

 span { border-color: rgb(253,195,214); }

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