Html Css Color HEX #FADDE2 Carousel Pink

📋 copy color: '#FADDE2'

red 250 ◦ green 221 ◦ blue 226

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

Shades of Carousel Pink #FADDE2

Tints of Carousel Pink #FADDE2

RGB

 RED value IS 250 (98.05% from 255) = 35.87%

 GREEN value IS 221 (86.72% from 255) = 31.71%

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

R = 35.87%
G = 31.71%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FADDE2 (or 0xFADDE2) is known color: Carousel Pink. HEX triplet: FA, DD and E2. RGB value is (250,221,226). Sum of RGB (Red+Green+Blue) = 250+221+226=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDE2 is #05221D. Grayscale: #E6E6E6. Windows color (decimal): -336414 or 14867962. OLE color: 14867962.

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

Color convert

RGB 250 221 226 -
CMYK 0 0.12 0.10 0.02
HSL 349.66º 0.74% 0.92% -
HSV(B) 349.66º 0.12% 0.98% -
XYZ 79.01 77.53 82.75 -
YUV 230.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 250 221 226 0 0.12 0.10 0.02 349.66 0.74 0.92
Hex FA DD E2 0 C A 2 15E 4A 5C
Octal 372 335 342 0 14 12 2 536 112 134
Binary 11111010 11011101 11100010 0 1100 1010 10 101011110 1001010 1011100

Color Harmonies of #FADDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDE2

Black with #FADDE2

Text Example


Text Example

White with #FADDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDE2; }

 p { color: rgb(250,221,226); }

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

background-color css

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

 a { background-color: rgb(250,221,226); }

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

border-color css

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

 span { border-color: rgb(250,221,226); }

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