Html Css Color HEX #F8DBF0 Pig Pink

📋 copy color: '#F8DBF0'

red 248 ◦ green 219 ◦ blue 240

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

Shades of Pig Pink #F8DBF0

Tints of Pig Pink #F8DBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.98%

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

R = 35.08%
G = 30.98%
B = 33.95%

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

#F8DBF0 (or 0xF8DBF0) is known color: Pig Pink. HEX triplet: F8, DB and F0. RGB value is (248,219,240). Sum of RGB (Red+Green+Blue) = 248+219+240=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBF0 is #07240F. Grayscale: #E6E6E6. Windows color (decimal): -467984 or 15784952. OLE color: 15784952.

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

Color convert

RGB 248 219 240 -
CMYK 0 0.12 0.03 0.03
HSL 316.55º 0.67% 0.92% -
HSV(B) 316.55º 0.12% 0.97% -
XYZ 79.77 76.91 93.08 -
YUV 230.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 248 219 240 0 0.12 0.03 0.03 316.55 0.67 0.92
Hex F8 DB F0 0 C 3 3 13D 43 5C
Octal 370 333 360 0 14 3 3 475 103 134
Binary 11111000 11011011 11110000 0 1100 11 11 100111101 1000011 1011100

Color Harmonies of #F8DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DBF0

Black with #F8DBF0

Text Example


Text Example

White with #F8DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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