Html Css Color HEX #F8DBE1 Carousel Pink

📋 copy color: '#F8DBE1'

red 248 ◦ green 219 ◦ blue 225

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

Shades of Carousel Pink #F8DBE1

Tints of Carousel Pink #F8DBE1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.65%

 BLUE value IS 225 (88.28% from 255) = 32.51%

R = 35.84%
G = 31.65%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F8DBE1 (or 0xF8DBE1) is known color: Carousel Pink. HEX triplet: F8, DB and E1. RGB value is (248,219,225). Sum of RGB (Red+Green+Blue) = 248+219+225=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 225 (88.28% from 255 or 32.51% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBE1 is #07241E. Grayscale: #E4E4E4. Windows color (decimal): -467999 or 14801912. OLE color: 14801912.

HSL color Cylindrical-coordinate representation of color #F8DBE1: hue angle of 347.59º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DBE1 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 219 225 -
CMYK 0 0.12 0.09 0.03
HSL 347.59º 0.67% 0.92% -
HSV(B) 347.59º 0.12% 0.97% -
XYZ 77.63 76.06 81.82 -
YUV 228.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 248 219 225 0 0.12 0.09 0.03 347.59 0.67 0.92
Hex F8 DB E1 0 C 9 3 15C 43 5C
Octal 370 333 341 0 14 11 3 534 103 134
Binary 11111000 11011011 11100001 0 1100 1001 11 101011100 1000011 1011100

Color Harmonies of #F8DBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DBE1

Black with #F8DBE1

Text Example


Text Example

White with #F8DBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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