Html Css Color HEX #F8DBE2 Carousel Pink

📋 copy color: '#F8DBE2'

red 248 ◦ green 219 ◦ blue 226

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

Shades of Carousel Pink #F8DBE2

Tints of Carousel Pink #F8DBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.61%

R = 35.79%
G = 31.6%
B = 32.61%

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

#F8DBE2 (or 0xF8DBE2) is known color: Carousel Pink. HEX triplet: F8, DB and E2. RGB value is (248,219,226). Sum of RGB (Red+Green+Blue) = 248+219+226=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 226 (88.67% from 255 or 32.61% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBE2 is #07241D. Grayscale: #E4E4E4. Windows color (decimal): -467998 or 14867448. OLE color: 14867448.

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

Color convert

RGB 248 219 226 -
CMYK 0 0.12 0.09 0.03
HSL 345.52º 0.67% 0.92% -
HSV(B) 345.52º 0.12% 0.97% -
XYZ 77.77 76.11 82.54 -
YUV 228.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 248 219 226 0 0.12 0.09 0.03 345.52 0.67 0.92
Hex F8 DB E2 0 C 9 3 15A 43 5C
Octal 370 333 342 0 14 11 3 532 103 134
Binary 11111000 11011011 11100010 0 1100 1001 11 101011010 1000011 1011100

Color Harmonies of #F8DBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DBE2

Black with #F8DBE2

Text Example


Text Example

White with #F8DBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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