Html Css Color HEX #F6CFD7 Pink Lace

📋 copy color: '#F6CFD7'

red 246 ◦ green 207 ◦ blue 215

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

Shades of Pink Lace #F6CFD7

Tints of Pink Lace #F6CFD7

RGB

 RED value IS 246 (96.48% from 255) = 36.83%

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

 BLUE value IS 215 (84.38% from 255) = 32.19%

R = 36.83%
G = 30.99%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F6CFD7 (or 0xF6CFD7) is known color: Pink Lace. HEX triplet: F6, CF and D7. RGB value is (246,207,215). Sum of RGB (Red+Green+Blue) = 246+207+215=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFD7 is #093028. Grayscale: #DBDBDB. Windows color (decimal): -602153 or 14143478. OLE color: 14143478.

HSL color Cylindrical-coordinate representation of color #F6CFD7: hue angle of 347.69º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CFD7 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 207 215 -
CMYK 0 0.16 0.13 0.04
HSL 347.69º 0.68% 0.89% -
HSV(B) 347.69º 0.16% 0.96% -
XYZ 72.58 69.12 73.81 -
YUV 219.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 246 207 215 0 0.16 0.13 0.04 347.69 0.68 0.89
Hex F6 CF D7 0 10 D 4 15C 44 59
Octal 366 317 327 0 20 15 4 534 104 131
Binary 11110110 11001111 11010111 0 10000 1101 100 101011100 1000100 1011001

Color Harmonies of #F6CFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CFD7

Black with #F6CFD7

Text Example


Text Example

White with #F6CFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CFD7; }

 p { color: rgb(246,207,215); }

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

background-color css

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

 a { background-color: rgb(246,207,215); }

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

border-color css

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

 span { border-color: rgb(246,207,215); }

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