Html Css Color HEX #F7CDD9 Pink Lace

📋 copy color: '#F7CDD9'

red 247 ◦ green 205 ◦ blue 217

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

Shades of Pink Lace #F7CDD9

Tints of Pink Lace #F7CDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.44%

R = 36.92%
G = 30.64%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F7CDD9 (or 0xF7CDD9) is known color: Pink Lace. HEX triplet: F7, CD and D9. RGB value is (247,205,217). Sum of RGB (Red+Green+Blue) = 247+205+217=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDD9 is #083226. Grayscale: #DADADA. Windows color (decimal): -537127 or 14274039. OLE color: 14274039.

HSL color Cylindrical-coordinate representation of color #F7CDD9: hue angle of 342.86º 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 #F7CDD9 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 205 217 -
CMYK 0 0.17 0.12 0.03
HSL 342.86º 0.72% 0.89% -
HSV(B) 342.86º 0.17% 0.97% -
XYZ 72.71 68.45 75.02 -
YUV 218.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 247 205 217 0 0.17 0.12 0.03 342.86 0.72 0.89
Hex F7 CD D9 0 11 C 3 157 48 59
Octal 367 315 331 0 21 14 3 527 110 131
Binary 11110111 11001101 11011001 0 10001 1100 11 101010111 1001000 1011001

Color Harmonies of #F7CDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CDD9

Black with #F7CDD9

Text Example


Text Example

White with #F7CDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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