Html Css Color HEX #F9DBE2 Carousel Pink

📋 copy color: '#F9DBE2'

red 249 ◦ green 219 ◦ blue 226

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

Shades of Carousel Pink #F9DBE2

Tints of Carousel Pink #F9DBE2

RGB

 RED value IS 249 (97.66% from 255) = 35.88%

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

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

R = 35.88%
G = 31.56%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F9DBE2 (or 0xF9DBE2) is known color: Carousel Pink. HEX triplet: F9, DB and E2. RGB value is (249,219,226). Sum of RGB (Red+Green+Blue) = 249+219+226=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 226 (88.67% from 255 or 32.56% from 694); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBE2 is #06241D. Grayscale: #E4E4E4. Windows color (decimal): -402462 or 14867449. OLE color: 14867449.

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

Color convert

RGB 249 219 226 -
CMYK 0 0.12 0.09 0.02
HSL 346º 0.71% 0.92% -
HSV(B) 346º 0.12% 0.98% -
XYZ 78.13 76.29 82.56 -
YUV 228.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 249 219 226 0 0.12 0.09 0.02 346 0.71 0.92
Hex F9 DB E2 0 C 9 2 15A 47 5C
Octal 371 333 342 0 14 11 2 532 107 134
Binary 11111001 11011011 11100010 0 1100 1001 10 101011010 1000111 1011100

Color Harmonies of #F9DBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DBE2

Black with #F9DBE2

Text Example


Text Example

White with #F9DBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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