Html Css Color HEX #F2DADC Pale Pink

📋 copy color: '#F2DADC'

red 242 ◦ green 218 ◦ blue 220

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

Shades of Pale Pink #F2DADC

Tints of Pale Pink #F2DADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.35%

R = 35.59%
G = 32.06%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2DADC (or 0xF2DADC) is known color: Pale Pink. HEX triplet: F2, DA and DC. RGB value is (242,218,220). Sum of RGB (Red+Green+Blue) = 242+218+220=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DADC is #0D2523. Grayscale: #E1E1E1. Windows color (decimal): -861476 or 14473970. OLE color: 14473970.

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

Color convert

RGB 242 218 220 -
CMYK 0 0.10 0.09 0.05
HSL 355º 0.48% 0.9% -
HSV(B) 355º 0.1% 0.95% -
XYZ 74.61 74.19 78.1 -
YUV 225.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 242 218 220 0 0.10 0.09 0.05 355 0.48 0.9
Hex F2 DA DC 0 A 9 5 163 30 5A
Octal 362 332 334 0 12 11 5 543 60 132
Binary 11110010 11011010 11011100 0 1010 1001 101 101100011 110000 1011010

Color Harmonies of #F2DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DADC

Black with #F2DADC

Text Example


Text Example

White with #F2DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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