Html Css Color HEX #FADADF Carousel Pink

📋 copy color: '#FADADF'

red 250 ◦ green 218 ◦ blue 223

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

Shades of Carousel Pink #FADADF

Tints of Carousel Pink #FADADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.27%

R = 36.18%
G = 31.55%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FADADF (or 0xFADADF) is known color: Carousel Pink. HEX triplet: FA, DA and DF. RGB value is (250,218,223). Sum of RGB (Red+Green+Blue) = 250+218+223=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FADADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADADF is #052520. Grayscale: #E4E4E4. Windows color (decimal): -337185 or 14670586. OLE color: 14670586.

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

Color convert

RGB 250 218 223 -
CMYK 0 0.13 0.11 0.02
HSL 350.63º 0.76% 0.92% -
HSV(B) 350.63º 0.13% 0.98% -
XYZ 77.82 75.79 80.34 -
YUV 228.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 250 218 223 0 0.13 0.11 0.02 350.63 0.76 0.92
Hex FA DA DF 0 D B 2 15F 4C 5C
Octal 372 332 337 0 15 13 2 537 114 134
Binary 11111010 11011010 11011111 0 1101 1011 10 101011111 1001100 1011100

Color Harmonies of #FADADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADADF

Black with #FADADF

Text Example


Text Example

White with #FADADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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