Html Css Color HEX #F7CFDD Pink Lace

📋 copy color: '#F7CFDD'

red 247 ◦ green 207 ◦ blue 221

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

Shades of Pink Lace #F7CFDD

Tints of Pink Lace #F7CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.67%

 BLUE value IS 221 (86.72% from 255) = 32.74%

R = 36.59%
G = 30.67%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7CFDD (or 0xF7CFDD) is known color: Pink Lace. HEX triplet: F7, CF and DD. RGB value is (247,207,221). Sum of RGB (Red+Green+Blue) = 247+207+221=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFDD is #083022. Grayscale: #DCDCDC. Windows color (decimal): -536611 or 14536695. OLE color: 14536695.

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

Color convert

RGB 247 207 221 -
CMYK 0 0.16 0.11 0.03
HSL 339º 0.71% 0.89% -
HSV(B) 339º 0.16% 0.97% -
XYZ 73.72 69.62 77.96 -
YUV 220.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 247 207 221 0 0.16 0.11 0.03 339 0.71 0.89
Hex F7 CF DD 0 10 B 3 153 47 59
Octal 367 317 335 0 20 13 3 523 107 131
Binary 11110111 11001111 11011101 0 10000 1011 11 101010011 1000111 1011001

Color Harmonies of #F7CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CFDD

Black with #F7CFDD

Text Example


Text Example

White with #F7CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CFDD; }

 p { color: rgb(247,207,221); }

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

background-color css

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

 a { background-color: rgb(247,207,221); }

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

border-color css

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

 span { border-color: rgb(247,207,221); }

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