Html Css Color HEX #F9DBE3 Carousel Pink

📋 copy color: '#F9DBE3'

red 249 ◦ green 219 ◦ blue 227

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

Shades of Carousel Pink #F9DBE3

Tints of Carousel Pink #F9DBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.66%

R = 35.83%
G = 31.51%
B = 32.66%

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

#F9DBE3 (or 0xF9DBE3) is known color: Carousel Pink. HEX triplet: F9, DB and E3. RGB value is (249,219,227). Sum of RGB (Red+Green+Blue) = 249+219+227=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 227 (89.06% from 255 or 32.66% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBE3 is #06241C. Grayscale: #E4E4E4. Windows color (decimal): -402461 or 14932985. OLE color: 14932985.

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

Color convert

RGB 249 219 227 -
CMYK 0 0.12 0.09 0.02
HSL 344º 0.71% 0.92% -
HSV(B) 344º 0.12% 0.98% -
XYZ 78.26 76.35 83.28 -
YUV 228.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 249 219 227 0 0.12 0.09 0.02 344 0.71 0.92
Hex F9 DB E3 0 C 9 2 158 47 5C
Octal 371 333 343 0 14 11 2 530 107 134
Binary 11111001 11011011 11100011 0 1100 1001 10 101011000 1000111 1011100

Color Harmonies of #F9DBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DBE3

Black with #F9DBE3

Text Example


Text Example

White with #F9DBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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