Html Css Color HEX #F2D7DB Pale Rose

📋 copy color: '#F2D7DB'

red 242 ◦ green 215 ◦ blue 219

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

Shades of Pale Rose #F2D7DB

Tints of Pale Rose #F2D7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.8%

 BLUE value IS 219 (85.94% from 255) = 32.4%

R = 35.8%
G = 31.8%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2D7DB (or 0xF2D7DB) is known color: Pale Rose. HEX triplet: F2, D7 and DB. RGB value is (242,215,219). Sum of RGB (Red+Green+Blue) = 242+215+219=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7DB is #0D2824. Grayscale: #DFDFDF. Windows color (decimal): -862245 or 14407666. OLE color: 14407666.

HSL color Cylindrical-coordinate representation of color #F2D7DB: hue angle of 351.11º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D7DB is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 215 219 -
CMYK 0 0.11 0.10 0.05
HSL 351.11º 0.51% 0.9% -
HSV(B) 351.11º 0.11% 0.95% -
XYZ 73.7 72.59 77.14 -
YUV 223.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 242 215 219 0 0.11 0.10 0.05 351.11 0.51 0.9
Hex F2 D7 DB 0 B A 5 15F 33 5A
Octal 362 327 333 0 13 12 5 537 63 132
Binary 11110010 11010111 11011011 0 1011 1010 101 101011111 110011 1011010

Color Harmonies of #F2D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D7DB

Black with #F2D7DB

Text Example


Text Example

White with #F2D7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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