Html Css Color HEX #F2DABB Pink Lady

📋 copy color: '#F2DABB'

red 242 ◦ green 218 ◦ blue 187

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

Shades of Pink Lady #F2DABB

Tints of Pink Lady #F2DABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.69%

 BLUE value IS 187 (73.44% from 255) = 28.9%

R = 37.4%
G = 33.69%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2DABB (or 0xF2DABB) is known color: Pink Lady. HEX triplet: F2, DA and BB. RGB value is (242,218,187). Sum of RGB (Red+Green+Blue) = 242+218+187=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DABB is #0D2544. Grayscale: #DDDDDD. Windows color (decimal): -861509 or 12311282. OLE color: 12311282.

HSL color Cylindrical-coordinate representation of color #F2DABB: hue angle of 33.82º 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 #F2DABB is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 218 187 -
CMYK 0 0.10 0.23 0.05
HSL 33.82º 0.68% 0.84% -
HSV(B) 33.82º 0.23% 0.95% -
XYZ 70.66 72.61 57.3 -
YUV 221.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 242 218 187 0 0.10 0.23 0.05 33.82 0.68 0.84
Hex F2 DA BB 0 A 17 5 22 44 54
Octal 362 332 273 0 12 27 5 42 104 124
Binary 11110010 11011010 10111011 0 1010 10111 101 100010 1000100 1010100

Color Harmonies of #F2DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DABB

Black with #F2DABB

Text Example


Text Example

White with #F2DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DABB; }

 p { color: rgb(242,218,187); }

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

background-color css

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

 a { background-color: rgb(242,218,187); }

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

border-color css

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

 span { border-color: rgb(242,218,187); }

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