Html Css Color HEX #F2D6BB Pink Lady

📋 copy color: '#F2D6BB'

red 242 ◦ green 214 ◦ blue 187

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

Shades of Pink Lady #F2D6BB

Tints of Pink Lady #F2D6BB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.28%

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

R = 37.64%
G = 33.28%
B = 29.08%

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

#F2D6BB (or 0xF2D6BB) is known color: Pink Lady. HEX triplet: F2, D6 and BB. RGB value is (242,214,187). Sum of RGB (Red+Green+Blue) = 242+214+187=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D6BB is #0D2944. Grayscale: #DBDBDB. Windows color (decimal): -862533 or 12310258. OLE color: 12310258.

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

Color convert

RGB 242 214 187 -
CMYK 0 0.12 0.23 0.05
HSL 29.45º 0.68% 0.84% -
HSV(B) 29.45º 0.23% 0.95% -
XYZ 69.63 70.56 56.96 -
YUV 219.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 242 214 187 0 0.12 0.23 0.05 29.45 0.68 0.84
Hex F2 D6 BB 0 C 17 5 1D 44 54
Octal 362 326 273 0 14 27 5 35 104 124
Binary 11110010 11010110 10111011 0 1100 10111 101 11101 1000100 1010100

Color Harmonies of #F2D6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D6BB

Black with #F2D6BB

Text Example


Text Example

White with #F2D6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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