Html Css Color HEX #FAD6DF Carousel Pink

📋 copy color: '#FAD6DF'

red 250 ◦ green 214 ◦ blue 223

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

Shades of Carousel Pink #FAD6DF

Tints of Carousel Pink #FAD6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.15%

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

R = 36.39%
G = 31.15%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAD6DF (or 0xFAD6DF) is known color: Carousel Pink. HEX triplet: FA, D6 and DF. RGB value is (250,214,223). Sum of RGB (Red+Green+Blue) = 250+214+223=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6DF is #052920. Grayscale: #E1E1E1. Windows color (decimal): -338209 or 14669562. OLE color: 14669562.

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

Color convert

RGB 250 214 223 -
CMYK 0 0.14 0.11 0.02
HSL 345º 0.78% 0.91% -
HSV(B) 345º 0.14% 0.98% -
XYZ 76.79 73.74 80 -
YUV 225.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 250 214 223 0 0.14 0.11 0.02 345 0.78 0.91
Hex FA D6 DF 0 E B 2 159 4E 5B
Octal 372 326 337 0 16 13 2 531 116 133
Binary 11111010 11010110 11011111 0 1110 1011 10 101011001 1001110 1011011

Color Harmonies of #FAD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD6DF

Black with #FAD6DF

Text Example


Text Example

White with #FAD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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