Html Css Color HEX #F2DBBB Pink Lady

📋 copy color: '#F2DBBB'

red 242 ◦ green 219 ◦ blue 187

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

Shades of Pink Lady #F2DBBB

Tints of Pink Lady #F2DBBB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.8%

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

R = 37.35%
G = 33.8%
B = 28.86%

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

#F2DBBB (or 0xF2DBBB) is known color: Pink Lady. HEX triplet: F2, DB and BB. RGB value is (242,219,187). Sum of RGB (Red+Green+Blue) = 242+219+187=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBBB is #0D2444. Grayscale: #DEDEDE. Windows color (decimal): -861253 or 12311538. OLE color: 12311538.

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

Color convert

RGB 242 219 187 -
CMYK 0 0.10 0.23 0.05
HSL 34.91º 0.68% 0.84% -
HSV(B) 34.91º 0.23% 0.95% -
XYZ 70.92 73.13 57.39 -
YUV 222.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 242 219 187 0 0.10 0.23 0.05 34.91 0.68 0.84
Hex F2 DB BB 0 A 17 5 23 44 54
Octal 362 333 273 0 12 27 5 43 104 124
Binary 11110010 11011011 10111011 0 1010 10111 101 100011 1000100 1010100

Color Harmonies of #F2DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBBB

Black with #F2DBBB

Text Example


Text Example

White with #F2DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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