Html Css Color HEX #F5DAED Pig Pink

📋 copy color: '#F5DAED'

red 245 ◦ green 218 ◦ blue 237

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

Shades of Pig Pink #F5DAED

Tints of Pig Pink #F5DAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.86%

R = 35%
G = 31.14%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5DAED (or 0xF5DAED) is known color: Pig Pink. HEX triplet: F5, DA and ED. RGB value is (245,218,237). Sum of RGB (Red+Green+Blue) = 245+218+237=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DAED is #0A2512. Grayscale: #E4E4E4. Windows color (decimal): -664851 or 15588085. OLE color: 15588085.

HSL color Cylindrical-coordinate representation of color #F5DAED: hue angle of 317.78º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DAED is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 218 237 -
CMYK 0 0.11 0.03 0.04
HSL 317.78º 0.57% 0.91% -
HSV(B) 317.78º 0.11% 0.96% -
XYZ 78.01 75.67 90.61 -
YUV 228.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 245 218 237 0 0.11 0.03 0.04 317.78 0.57 0.91
Hex F5 DA ED 0 B 3 4 13E 39 5B
Octal 365 332 355 0 13 3 4 476 71 133
Binary 11110101 11011010 11101101 0 1011 11 100 100111110 111001 1011011

Color Harmonies of #F5DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DAED

Black with #F5DAED

Text Example


Text Example

White with #F5DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DAED; }

 p { color: rgb(245,218,237); }

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

background-color css

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

 a { background-color: rgb(245,218,237); }

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

border-color css

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

 span { border-color: rgb(245,218,237); }

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