Html Css Color HEX #F8DADB Pale Pink

📋 copy color: '#F8DADB'

red 248 ◦ green 218 ◦ blue 219

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

Shades of Pale Pink #F8DADB

Tints of Pale Pink #F8DADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.97%

R = 36.2%
G = 31.82%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8DADB (or 0xF8DADB) is known color: Pale Pink. HEX triplet: F8, DA and DB. RGB value is (248,218,219). Sum of RGB (Red+Green+Blue) = 248+218+219=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DADB is #072524. Grayscale: #E3E3E3. Windows color (decimal): -468261 or 14408440. OLE color: 14408440.

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

Color convert

RGB 248 218 219 -
CMYK 0 0.12 0.12 0.03
HSL 358º 0.68% 0.91% -
HSV(B) 358º 0.12% 0.97% -
XYZ 76.57 75.21 77.5 -
YUV 227.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 248 218 219 0 0.12 0.12 0.03 358 0.68 0.91
Hex F8 DA DB 0 C C 3 166 44 5B
Octal 370 332 333 0 14 14 3 546 104 133
Binary 11111000 11011010 11011011 0 1100 1100 11 101100110 1000100 1011011

Color Harmonies of #F8DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DADB

Black with #F8DADB

Text Example


Text Example

White with #F8DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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