Html Css Color HEX #F8DADC Pale Pink

📋 copy color: '#F8DADC'

red 248 ◦ green 218 ◦ blue 220

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

Shades of Pale Pink #F8DADC

Tints of Pale Pink #F8DADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.07%

R = 36.15%
G = 31.78%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8DADC (or 0xF8DADC) is known color: Pale Pink. HEX triplet: F8, DA and DC. RGB value is (248,218,220). Sum of RGB (Red+Green+Blue) = 248+218+220=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DADC is #072523. Grayscale: #E3E3E3. Windows color (decimal): -468260 or 14473976. OLE color: 14473976.

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

Color convert

RGB 248 218 220 -
CMYK 0 0.12 0.11 0.03
HSL 356º 0.68% 0.91% -
HSV(B) 356º 0.12% 0.97% -
XYZ 76.7 75.27 78.2 -
YUV 227.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 248 218 220 0 0.12 0.11 0.03 356 0.68 0.91
Hex F8 DA DC 0 C B 3 164 44 5B
Octal 370 332 334 0 14 13 3 544 104 133
Binary 11111000 11011010 11011100 0 1100 1011 11 101100100 1000100 1011011

Color Harmonies of #F8DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DADC

Black with #F8DADC

Text Example


Text Example

White with #F8DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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