Html Css Color HEX #F8DADE Carousel Pink

📋 copy color: '#F8DADE'

red 248 ◦ green 218 ◦ blue 222

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

Shades of Carousel Pink #F8DADE

Tints of Carousel Pink #F8DADE

RGB

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

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

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

R = 36.05%
G = 31.69%
B = 32.27%

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

#F8DADE (or 0xF8DADE) is known color: Carousel Pink. HEX triplet: F8, DA and DE. RGB value is (248,218,222). Sum of RGB (Red+Green+Blue) = 248+218+222=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DADE is #072521. Grayscale: #E3E3E3. Windows color (decimal): -468258 or 14605048. OLE color: 14605048.

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

Color convert

RGB 248 218 222 -
CMYK 0 0.12 0.10 0.03
HSL 352º 0.68% 0.91% -
HSV(B) 352º 0.12% 0.97% -
XYZ 76.97 75.37 79.6 -
YUV 227.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 248 218 222 0 0.12 0.10 0.03 352 0.68 0.91
Hex F8 DA DE 0 C A 3 160 44 5B
Octal 370 332 336 0 14 12 3 540 104 133
Binary 11111000 11011010 11011110 0 1100 1010 11 101100000 1000100 1011011

Color Harmonies of #F8DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DADE

Black with #F8DADE

Text Example


Text Example

White with #F8DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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