Html Css Color HEX #F2D8DB Pale Rose

📋 copy color: '#F2D8DB'

red 242 ◦ green 216 ◦ blue 219

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

Shades of Pale Rose #F2D8DB

Tints of Pale Rose #F2D8DB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.91%

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

R = 35.75%
G = 31.91%
B = 32.35%

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

#F2D8DB (or 0xF2D8DB) is known color: Pale Rose. HEX triplet: F2, D8 and DB. RGB value is (242,216,219). Sum of RGB (Red+Green+Blue) = 242+216+219=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8DB is #0D2724. Grayscale: #E0E0E0. Windows color (decimal): -861989 or 14407922. OLE color: 14407922.

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

Color convert

RGB 242 216 219 -
CMYK 0 0.11 0.10 0.05
HSL 353.08º 0.5% 0.9% -
HSV(B) 353.08º 0.11% 0.95% -
XYZ 73.96 73.1 77.23 -
YUV 224.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 242 216 219 0 0.11 0.10 0.05 353.08 0.5 0.9
Hex F2 D8 DB 0 B A 5 161 32 5A
Octal 362 330 333 0 13 12 5 541 62 132
Binary 11110010 11011000 11011011 0 1011 1010 101 101100001 110010 1011010

Color Harmonies of #F2D8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D8DB

Black with #F2D8DB

Text Example


Text Example

White with #F2D8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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