Html Css Color HEX #F2D4BA Pink Lady

📋 copy color: '#F2D4BA'

red 242 ◦ green 212 ◦ blue 186

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

Shades of Pink Lady #F2D4BA

Tints of Pink Lady #F2D4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.13%

 BLUE value IS 186 (73.05% from 255) = 29.06%

R = 37.81%
G = 33.13%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2D4BA (or 0xF2D4BA) is known color: Pink Lady. HEX triplet: F2, D4 and BA. RGB value is (242,212,186). Sum of RGB (Red+Green+Blue) = 242+212+186=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D4BA is #0D2B45. Grayscale: #DADADA. Windows color (decimal): -863046 or 12244210. OLE color: 12244210.

HSL color Cylindrical-coordinate representation of color #F2D4BA: hue angle of 27.86º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2D4BA is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 212 186 -
CMYK 0 0.12 0.23 0.05
HSL 27.86º 0.68% 0.84% -
HSV(B) 27.86º 0.23% 0.95% -
XYZ 69.02 69.51 56.23 -
YUV 218.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 242 212 186 0 0.12 0.23 0.05 27.86 0.68 0.84
Hex F2 D4 BA 0 C 17 5 1C 44 54
Octal 362 324 272 0 14 27 5 34 104 124
Binary 11110010 11010100 10111010 0 1100 10111 101 11100 1000100 1010100

Color Harmonies of #F2D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D4BA

Black with #F2D4BA

Text Example


Text Example

White with #F2D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D4BA; }

 p { color: rgb(242,212,186); }

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

background-color css

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

 a { background-color: rgb(242,212,186); }

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

border-color css

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

 span { border-color: rgb(242,212,186); }

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