Html Css Color HEX #F2D9B7 Pink Lady

📋 copy color: '#F2D9B7'

red 242 ◦ green 217 ◦ blue 183

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

Shades of Pink Lady #F2D9B7

Tints of Pink Lady #F2D9B7

RGB

 RED value IS 242 (94.92% from 255) = 37.69%

 GREEN value IS 217 (85.16% from 255) = 33.8%

 BLUE value IS 183 (71.88% from 255) = 28.5%

R = 37.69%
G = 33.8%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F2D9B7 (or 0xF2D9B7) is known color: Pink Lady. HEX triplet: F2, D9 and B7. RGB value is (242,217,183). Sum of RGB (Red+Green+Blue) = 242+217+183=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9B7 is #0D2648. Grayscale: #DCDCDC. Windows color (decimal): -861769 or 12048882. OLE color: 12048882.

HSL color Cylindrical-coordinate representation of color #F2D9B7: hue angle of 34.58º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2D9B7 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 183 -
CMYK 0 0.10 0.24 0.05
HSL 34.58º 0.69% 0.83% -
HSV(B) 34.58º 0.24% 0.95% -
XYZ 69.98 71.92 54.99 -
YUV 220.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 242 217 183 0 0.10 0.24 0.05 34.58 0.69 0.83
Hex F2 D9 B7 0 A 18 5 23 45 53
Octal 362 331 267 0 12 30 5 43 105 123
Binary 11110010 11011001 10110111 0 1010 11000 101 100011 1000101 1010011

Color Harmonies of #F2D9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9B7

Black with #F2D9B7

Text Example


Text Example

White with #F2D9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9B7; }

 p { color: rgb(242,217,183); }

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

background-color css

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

 a { background-color: rgb(242,217,183); }

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

border-color css

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

 span { border-color: rgb(242,217,183); }

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