Html Css Color HEX #F2DEDF Pale Pink

📋 copy color: '#F2DEDF'

red 242 ◦ green 222 ◦ blue 223

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

Shades of Pale Pink #F2DEDF

Tints of Pale Pink #F2DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.31%

 BLUE value IS 223 (87.5% from 255) = 32.46%

R = 35.23%
G = 32.31%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2DEDF (or 0xF2DEDF) is known color: Pale Pink. HEX triplet: F2, DE and DF. RGB value is (242,222,223). Sum of RGB (Red+Green+Blue) = 242+222+223=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEDF is #0D2120. Grayscale: #E4E4E4. Windows color (decimal): -860449 or 14671602. OLE color: 14671602.

HSL color Cylindrical-coordinate representation of color #F2DEDF: hue angle of 357º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2DEDF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 222 223 -
CMYK 0 0.08 0.08 0.05
HSL 357º 0.43% 0.91% -
HSV(B) 357º 0.08% 0.95% -
XYZ 76.06 76.45 80.56 -
YUV 228.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 242 222 223 0 0.08 0.08 0.05 357 0.43 0.91
Hex F2 DE DF 0 8 8 5 165 2B 5B
Octal 362 336 337 0 10 10 5 545 53 133
Binary 11110010 11011110 11011111 0 1000 1000 101 101100101 101011 1011011

Color Harmonies of #F2DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DEDF

Black with #F2DEDF

Text Example


Text Example

White with #F2DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DEDF; }

 p { color: rgb(242,222,223); }

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

background-color css

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

 a { background-color: rgb(242,222,223); }

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

border-color css

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

 span { border-color: rgb(242,222,223); }

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