Html Css Color HEX #F2D2B6 Pink Lady

📋 copy color: '#F2D2B6'

red 242 ◦ green 210 ◦ blue 182

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

Shades of Pink Lady #F2D2B6

Tints of Pink Lady #F2D2B6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.12%

 BLUE value IS 182 (71.48% from 255) = 28.71%

R = 38.17%
G = 33.12%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F2D2B6 (or 0xF2D2B6) is known color: Pink Lady. HEX triplet: F2, D2 and B6. RGB value is (242,210,182). Sum of RGB (Red+Green+Blue) = 242+210+182=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 182 (71.48% from 255 or 28.71% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2B6 is #0D2D49. Grayscale: #D8D8D8. Windows color (decimal): -863562 or 11981554. OLE color: 11981554.

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

Color convert

RGB 242 210 182 -
CMYK 0 0.13 0.25 0.05
HSL 28º 0.7% 0.83% -
HSV(B) 28º 0.25% 0.95% -
XYZ 68.11 68.35 53.86 -
YUV 216.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 242 210 182 0 0.13 0.25 0.05 28 0.7 0.83
Hex F2 D2 B6 0 D 19 5 1C 46 53
Octal 362 322 266 0 15 31 5 34 106 123
Binary 11110010 11010010 10110110 0 1101 11001 101 11100 1000110 1010011

Color Harmonies of #F2D2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D2B6

Black with #F2D2B6

Text Example


Text Example

White with #F2D2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D2B6; }

 p { color: rgb(242,210,182); }

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

background-color css

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

 a { background-color: rgb(242,210,182); }

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

border-color css

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

 span { border-color: rgb(242,210,182); }

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