Html Css Color HEX #F7CDD5 Pink Lace

📋 copy color: '#F7CDD5'

red 247 ◦ green 205 ◦ blue 213

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

Shades of Pink Lace #F7CDD5

Tints of Pink Lace #F7CDD5

RGB

 RED value IS 247 (96.88% from 255) = 37.14%

 GREEN value IS 205 (80.47% from 255) = 30.83%

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

R = 37.14%
G = 30.83%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F7CDD5 (or 0xF7CDD5) is known color: Pink Lace. HEX triplet: F7, CD and D5. RGB value is (247,205,213). Sum of RGB (Red+Green+Blue) = 247+205+213=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDD5 is #08322A. Grayscale: #DADADA. Windows color (decimal): -537131 or 14011895. OLE color: 14011895.

HSL color Cylindrical-coordinate representation of color #F7CDD5: hue angle of 348.57º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CDD5 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 205 213 -
CMYK 0 0.17 0.14 0.03
HSL 348.57º 0.72% 0.89% -
HSV(B) 348.57º 0.17% 0.97% -
XYZ 72.2 68.24 72.32 -
YUV 218.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 247 205 213 0 0.17 0.14 0.03 348.57 0.72 0.89
Hex F7 CD D5 0 11 E 3 15D 48 59
Octal 367 315 325 0 21 16 3 535 110 131
Binary 11110111 11001101 11010101 0 10001 1110 11 101011101 1001000 1011001

Color Harmonies of #F7CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CDD5

Black with #F7CDD5

Text Example


Text Example

White with #F7CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CDD5; }

 p { color: rgb(247,205,213); }

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

background-color css

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

 a { background-color: rgb(247,205,213); }

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

border-color css

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

 span { border-color: rgb(247,205,213); }

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