Html Css Color HEX #F9DAE2 Carousel Pink

📋 copy color: '#F9DAE2'

red 249 ◦ green 218 ◦ blue 226

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

Shades of Carousel Pink #F9DAE2

Tints of Carousel Pink #F9DAE2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.46%

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

R = 35.93%
G = 31.46%
B = 32.61%

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

#F9DAE2 (or 0xF9DAE2) is known color: Carousel Pink. HEX triplet: F9, DA and E2. RGB value is (249,218,226). Sum of RGB (Red+Green+Blue) = 249+218+226=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 226 (88.67% from 255 or 32.61% from 693); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAE2 is #06251D. Grayscale: #E4E4E4. Windows color (decimal): -402718 or 14867193. OLE color: 14867193.

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

Color convert

RGB 249 218 226 -
CMYK 0 0.12 0.09 0.02
HSL 344.52º 0.72% 0.92% -
HSV(B) 344.52º 0.12% 0.98% -
XYZ 77.87 75.77 82.47 -
YUV 228.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 249 218 226 0 0.12 0.09 0.02 344.52 0.72 0.92
Hex F9 DA E2 0 C 9 2 159 48 5C
Octal 371 332 342 0 14 11 2 531 110 134
Binary 11111001 11011010 11100010 0 1100 1001 10 101011001 1001000 1011100

Color Harmonies of #F9DAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DAE2

Black with #F9DAE2

Text Example


Text Example

White with #F9DAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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