Html Css Color HEX #FADCE0 Carousel Pink

📋 copy color: '#FADCE0'

red 250 ◦ green 220 ◦ blue 224

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

Shades of Carousel Pink #FADCE0

Tints of Carousel Pink #FADCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.7%

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

R = 36.02%
G = 31.7%
B = 32.28%

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

#FADCE0 (or 0xFADCE0) is known color: Carousel Pink. HEX triplet: FA, DC and E0. RGB value is (250,220,224). Sum of RGB (Red+Green+Blue) = 250+220+224=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCE0 is #05231F. Grayscale: #E5E5E5. Windows color (decimal): -336672 or 14736634. OLE color: 14736634.

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

Color convert

RGB 250 220 224 -
CMYK 0 0.12 0.10 0.02
HSL 352º 0.75% 0.92% -
HSV(B) 352º 0.12% 0.98% -
XYZ 78.47 76.89 81.23 -
YUV 229.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 250 220 224 0 0.12 0.10 0.02 352 0.75 0.92
Hex FA DC E0 0 C A 2 160 4B 5C
Octal 372 334 340 0 14 12 2 540 113 134
Binary 11111010 11011100 11100000 0 1100 1010 10 101100000 1001011 1011100

Color Harmonies of #FADCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCE0

Black with #FADCE0

Text Example


Text Example

White with #FADCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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