Html Css Color HEX #FDCADA Pink Lace

📋 copy color: '#FDCADA'

red 253 ◦ green 202 ◦ blue 218

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

Shades of Pink Lace #FDCADA

Tints of Pink Lace #FDCADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.01%

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

R = 37.59%
G = 30.01%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDCADA (or 0xFDCADA) is known color: Pink Lace. HEX triplet: FD, CA and DA. RGB value is (253,202,218). Sum of RGB (Red+Green+Blue) = 253+202+218=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCADA is #023525. Grayscale: #DBDBDB. Windows color (decimal): -144678 or 14338813. OLE color: 14338813.

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

Color convert

RGB 253 202 218 -
CMYK 0 0.20 0.14 0.01
HSL 341.18º 0.93% 0.89% -
HSV(B) 341.18º 0.2% 0.99% -
XYZ 74.28 68.19 75.58 -
YUV 219.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 253 202 218 0 0.20 0.14 0.01 341.18 0.93 0.89
Hex FD CA DA 0 14 E 1 155 5D 59
Octal 375 312 332 0 24 16 1 525 135 131
Binary 11111101 11001010 11011010 0 10100 1110 1 101010101 1011101 1011001

Color Harmonies of #FDCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCADA

Black with #FDCADA

Text Example


Text Example

White with #FDCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCADA; }

 p { color: rgb(253,202,218); }

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

background-color css

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

 a { background-color: rgb(253,202,218); }

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

border-color css

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

 span { border-color: rgb(253,202,218); }

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