Html Css Color HEX #F2DADB Pale Pink

📋 copy color: '#F2DADB'

red 242 ◦ green 218 ◦ blue 219

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

Shades of Pale Pink #F2DADB

Tints of Pale Pink #F2DADB

RGB

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

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

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

R = 35.64%
G = 32.11%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2DADB (or 0xF2DADB) is known color: Pale Pink. HEX triplet: F2, DA and DB. RGB value is (242,218,219). Sum of RGB (Red+Green+Blue) = 242+218+219=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DADB is #0D2524. Grayscale: #E1E1E1. Windows color (decimal): -861477 or 14408434. OLE color: 14408434.

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

Color convert

RGB 242 218 219 -
CMYK 0 0.10 0.10 0.05
HSL 357.5º 0.48% 0.9% -
HSV(B) 357.5º 0.1% 0.95% -
XYZ 74.48 74.13 77.4 -
YUV 225.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 242 218 219 0 0.10 0.10 0.05 357.5 0.48 0.9
Hex F2 DA DB 0 A A 5 166 30 5A
Octal 362 332 333 0 12 12 5 546 60 132
Binary 11110010 11011010 11011011 0 1010 1010 101 101100110 110000 1011010

Color Harmonies of #F2DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DADB

Black with #F2DADB

Text Example


Text Example

White with #F2DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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