Html Css Color HEX #F8DFE5 Carousel Pink

📋 copy color: '#F8DFE5'

red 248 ◦ green 223 ◦ blue 229

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

Shades of Carousel Pink #F8DFE5

Tints of Carousel Pink #F8DFE5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.86%

 BLUE value IS 229 (89.84% from 255) = 32.71%

R = 35.43%
G = 31.86%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8DFE5 (or 0xF8DFE5) is known color: Carousel Pink. HEX triplet: F8, DF and E5. RGB value is (248,223,229). Sum of RGB (Red+Green+Blue) = 248+223+229=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFE5 is #07201A. Grayscale: #E7E7E7. Windows color (decimal): -466971 or 15065080. OLE color: 15065080.

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

Color convert

RGB 248 223 229 -
CMYK 0 0.10 0.08 0.03
HSL 345.6º 0.64% 0.92% -
HSV(B) 345.6º 0.1% 0.97% -
XYZ 79.24 78.39 85.08 -
YUV 231.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 248 223 229 0 0.10 0.08 0.03 345.6 0.64 0.92
Hex F8 DF E5 0 A 8 3 15A 40 5C
Octal 370 337 345 0 12 10 3 532 100 134
Binary 11111000 11011111 11100101 0 1010 1000 11 101011010 1000000 1011100

Color Harmonies of #F8DFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFE5

Black with #F8DFE5

Text Example


Text Example

White with #F8DFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DFE5; }

 p { color: rgb(248,223,229); }

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

background-color css

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

 a { background-color: rgb(248,223,229); }

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

border-color css

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

 span { border-color: rgb(248,223,229); }

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