Html Css Color HEX #F8DAF0 Pig Pink

📋 copy color: '#F8DAF0'

red 248 ◦ green 218 ◦ blue 240

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

Shades of Pig Pink #F8DAF0

Tints of Pig Pink #F8DAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.99%

R = 35.13%
G = 30.88%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F8DAF0 (or 0xF8DAF0) is known color: Pig Pink. HEX triplet: F8, DA and F0. RGB value is (248,218,240). Sum of RGB (Red+Green+Blue) = 248+218+240=706 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.13% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DAF0 is #07250F. Grayscale: #E5E5E5. Windows color (decimal): -468240 or 15784696. OLE color: 15784696.

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

Color convert

RGB 248 218 240 -
CMYK 0 0.12 0.03 0.03
HSL 316º 0.68% 0.91% -
HSV(B) 316º 0.12% 0.97% -
XYZ 79.51 76.39 92.99 -
YUV 229.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 248 218 240 0 0.12 0.03 0.03 316 0.68 0.91
Hex F8 DA F0 0 C 3 3 13C 44 5B
Octal 370 332 360 0 14 3 3 474 104 133
Binary 11111000 11011010 11110000 0 1100 11 11 100111100 1000100 1011011

Color Harmonies of #F8DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DAF0

Black with #F8DAF0

Text Example


Text Example

White with #F8DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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