Html Css Color HEX #FADCE2 Carousel Pink

📋 copy color: '#FADCE2'

red 250 ◦ green 220 ◦ blue 226

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

Shades of Carousel Pink #FADCE2

Tints of Carousel Pink #FADCE2

RGB

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

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

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

R = 35.92%
G = 31.61%
B = 32.47%

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

#FADCE2 (or 0xFADCE2) is known color: Carousel Pink. HEX triplet: FA, DC and E2. RGB value is (250,220,226). Sum of RGB (Red+Green+Blue) = 250+220+226=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCE2 is #05231D. Grayscale: #E5E5E5. Windows color (decimal): -336670 or 14867706. OLE color: 14867706.

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

Color convert

RGB 250 220 226 -
CMYK 0 0.12 0.10 0.02
HSL 348º 0.75% 0.92% -
HSV(B) 348º 0.12% 0.98% -
XYZ 78.75 77 82.66 -
YUV 229.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 250 220 226 0 0.12 0.10 0.02 348 0.75 0.92
Hex FA DC E2 0 C A 2 15C 4B 5C
Octal 372 334 342 0 14 12 2 534 113 134
Binary 11111010 11011100 11100010 0 1100 1010 10 101011100 1001011 1011100

Color Harmonies of #FADCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCE2

Black with #FADCE2

Text Example


Text Example

White with #FADCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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