Html Css Color HEX #F8DAE5 Pig Pink

📋 copy color: '#F8DAE5'

red 248 ◦ green 218 ◦ blue 229

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

Shades of Pig Pink #F8DAE5

Tints of Pig Pink #F8DAE5

RGB

 RED value IS 248 (97.27% from 255) = 35.68%

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

 BLUE value IS 229 (89.84% from 255) = 32.95%

R = 35.68%
G = 31.37%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8DAE5 (or 0xF8DAE5) is known color: Pig Pink. HEX triplet: F8, DA and E5. RGB value is (248,218,229). Sum of RGB (Red+Green+Blue) = 248+218+229=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 229 (89.84% from 255 or 32.95% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DAE5 is #07251A. Grayscale: #E4E4E4. Windows color (decimal): -468251 or 15063800. OLE color: 15063800.

HSL color Cylindrical-coordinate representation of color #F8DAE5: hue angle of 338º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DAE5 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 218 229 -
CMYK 0 0.12 0.08 0.03
HSL 338º 0.68% 0.91% -
HSV(B) 338º 0.12% 0.97% -
XYZ 77.93 75.76 84.64 -
YUV 228.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 248 218 229 0 0.12 0.08 0.03 338 0.68 0.91
Hex F8 DA E5 0 C 8 3 152 44 5B
Octal 370 332 345 0 14 10 3 522 104 133
Binary 11111000 11011010 11100101 0 1100 1000 11 101010010 1000100 1011011

Color Harmonies of #F8DAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DAE5

Black with #F8DAE5

Text Example


Text Example

White with #F8DAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DAE5; }

 p { color: rgb(248,218,229); }

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

background-color css

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

 a { background-color: rgb(248,218,229); }

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

border-color css

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

 span { border-color: rgb(248,218,229); }

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