Html Css Color HEX #F8D9DE Carousel Pink

📋 copy color: '#F8D9DE'

red 248 ◦ green 217 ◦ blue 222

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

Shades of Carousel Pink #F8D9DE

Tints of Carousel Pink #F8D9DE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.59%

 BLUE value IS 222 (87.11% from 255) = 32.31%

R = 36.1%
G = 31.59%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8D9DE (or 0xF8D9DE) is known color: Carousel Pink. HEX triplet: F8, D9 and DE. RGB value is (248,217,222). Sum of RGB (Red+Green+Blue) = 248+217+222=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9DE is #072621. Grayscale: #E2E2E2. Windows color (decimal): -468514 or 14604792. OLE color: 14604792.

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

Color convert

RGB 248 217 222 -
CMYK 0 0.12 0.10 0.03
HSL 350.32º 0.69% 0.91% -
HSV(B) 350.32º 0.13% 0.97% -
XYZ 76.71 74.86 79.51 -
YUV 226.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 248 217 222 0 0.12 0.10 0.03 350.32 0.69 0.91
Hex F8 D9 DE 0 C A 3 15E 45 5B
Octal 370 331 336 0 14 12 3 536 105 133
Binary 11111000 11011001 11011110 0 1100 1010 11 101011110 1000101 1011011

Color Harmonies of #F8D9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D9DE

Black with #F8D9DE

Text Example


Text Example

White with #F8D9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D9DE; }

 p { color: rgb(248,217,222); }

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

background-color css

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

 a { background-color: rgb(248,217,222); }

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

border-color css

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

 span { border-color: rgb(248,217,222); }

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