Html Css Color HEX #F5DEDF Pale Pink

📋 copy color: '#F5DEDF'

red 245 ◦ green 222 ◦ blue 223

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

Shades of Pale Pink #F5DEDF

Tints of Pale Pink #F5DEDF

RGB

 RED value IS 245 (96.09% from 255) = 35.51%

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

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

R = 35.51%
G = 32.17%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5DEDF (or 0xF5DEDF) is known color: Pale Pink. HEX triplet: F5, DE and DF. RGB value is (245,222,223). Sum of RGB (Red+Green+Blue) = 245+222+223=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEDF is #0A2120. Grayscale: #E5E5E5. Windows color (decimal): -663841 or 14671605. OLE color: 14671605.

HSL color Cylindrical-coordinate representation of color #F5DEDF: hue angle of 357.39º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DEDF is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 222 223 -
CMYK 0 0.09 0.09 0.04
HSL 357.39º 0.53% 0.92% -
HSV(B) 357.39º 0.09% 0.96% -
XYZ 77.1 76.98 80.61 -
YUV 228.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 245 222 223 0 0.09 0.09 0.04 357.39 0.53 0.92
Hex F5 DE DF 0 9 9 4 165 35 5C
Octal 365 336 337 0 11 11 4 545 65 134
Binary 11110101 11011110 11011111 0 1001 1001 100 101100101 110101 1011100

Color Harmonies of #F5DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DEDF

Black with #F5DEDF

Text Example


Text Example

White with #F5DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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