Html Css Color HEX #F7CCD5 Pink Lace

📋 copy color: '#F7CCD5'

red 247 ◦ green 204 ◦ blue 213

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

Shades of Pink Lace #F7CCD5

Tints of Pink Lace #F7CCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.72%

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

R = 37.2%
G = 30.72%
B = 32.08%

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

#F7CCD5 (or 0xF7CCD5) is known color: Pink Lace. HEX triplet: F7, CC and D5. RGB value is (247,204,213). Sum of RGB (Red+Green+Blue) = 247+204+213=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCD5 is #08332A. Grayscale: #D9D9D9. Windows color (decimal): -537387 or 14011639. OLE color: 14011639.

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

Color convert

RGB 247 204 213 -
CMYK 0 0.17 0.14 0.03
HSL 347.44º 0.73% 0.88% -
HSV(B) 347.44º 0.17% 0.97% -
XYZ 71.96 67.76 72.24 -
YUV 217.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 247 204 213 0 0.17 0.14 0.03 347.44 0.73 0.88
Hex F7 CC D5 0 11 E 3 15B 49 58
Octal 367 314 325 0 21 16 3 533 111 130
Binary 11110111 11001100 11010101 0 10001 1110 11 101011011 1001001 1011000

Color Harmonies of #F7CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CCD5

Black with #F7CCD5

Text Example


Text Example

White with #F7CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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