Html Css Color HEX #F7CDDB Pink Lace

📋 copy color: '#F7CDDB'

red 247 ◦ green 205 ◦ blue 219

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

Shades of Pink Lace #F7CDDB

Tints of Pink Lace #F7CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.64%

R = 36.81%
G = 30.55%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7CDDB (or 0xF7CDDB) is known color: Pink Lace. HEX triplet: F7, CD and DB. RGB value is (247,205,219). Sum of RGB (Red+Green+Blue) = 247+205+219=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDDB is #083224. Grayscale: #DBDBDB. Windows color (decimal): -537125 or 14405111. OLE color: 14405111.

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

Color convert

RGB 247 205 219 -
CMYK 0 0.17 0.11 0.03
HSL 340º 0.72% 0.89% -
HSV(B) 340º 0.17% 0.97% -
XYZ 72.98 68.55 76.4 -
YUV 219.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 247 205 219 0 0.17 0.11 0.03 340 0.72 0.89
Hex F7 CD DB 0 11 B 3 154 48 59
Octal 367 315 333 0 21 13 3 524 110 131
Binary 11110111 11001101 11011011 0 10001 1011 11 101010100 1001000 1011001

Color Harmonies of #F7CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CDDB

Black with #F7CDDB

Text Example


Text Example

White with #F7CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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