Html Css Color HEX #FADAE2 Carousel Pink

📋 copy color: '#FADAE2'

red 250 ◦ green 218 ◦ blue 226

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

Shades of Carousel Pink #FADAE2

Tints of Carousel Pink #FADAE2

RGB

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

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

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

R = 36.02%
G = 31.41%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FADAE2 (or 0xFADAE2) is known color: Carousel Pink. HEX triplet: FA, DA and E2. RGB value is (250,218,226). Sum of RGB (Red+Green+Blue) = 250+218+226=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 226 (88.67% from 255 or 32.56% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAE2 is #05251D. Grayscale: #E4E4E4. Windows color (decimal): -337182 or 14867194. OLE color: 14867194.

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

Color convert

RGB 250 218 226 -
CMYK 0 0.13 0.10 0.02
HSL 345º 0.76% 0.92% -
HSV(B) 345º 0.13% 0.98% -
XYZ 78.22 75.96 82.49 -
YUV 228.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 250 218 226 0 0.13 0.10 0.02 345 0.76 0.92
Hex FA DA E2 0 D A 2 159 4C 5C
Octal 372 332 342 0 15 12 2 531 114 134
Binary 11111010 11011010 11100010 0 1101 1010 10 101011001 1001100 1011100

Color Harmonies of #FADAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAE2

Black with #FADAE2

Text Example


Text Example

White with #FADAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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