Html Css Color HEX #FAD8E0 Carousel Pink

📋 copy color: '#FAD8E0'

red 250 ◦ green 216 ◦ blue 224

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

Shades of Carousel Pink #FAD8E0

Tints of Carousel Pink #FAD8E0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.3%

 BLUE value IS 224 (87.89% from 255) = 32.46%

R = 36.23%
G = 31.3%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAD8E0 (or 0xFAD8E0) is known color: Carousel Pink. HEX triplet: FA, D8 and E0. RGB value is (250,216,224). Sum of RGB (Red+Green+Blue) = 250+216+224=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8E0 is #05271F. Grayscale: #E3E3E3. Windows color (decimal): -337696 or 14735610. OLE color: 14735610.

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

Color convert

RGB 250 216 224 -
CMYK 0 0.14 0.10 0.02
HSL 345.88º 0.77% 0.91% -
HSV(B) 345.88º 0.14% 0.98% -
XYZ 77.43 74.82 80.88 -
YUV 227.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 250 216 224 0 0.14 0.10 0.02 345.88 0.77 0.91
Hex FA D8 E0 0 E A 2 15A 4D 5B
Octal 372 330 340 0 16 12 2 532 115 133
Binary 11111010 11011000 11100000 0 1110 1010 10 101011010 1001101 1011011

Color Harmonies of #FAD8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD8E0

Black with #FAD8E0

Text Example


Text Example

White with #FAD8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD8E0; }

 p { color: rgb(250,216,224); }

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

background-color css

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

 a { background-color: rgb(250,216,224); }

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

border-color css

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

 span { border-color: rgb(250,216,224); }

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