Html Css Color HEX #FADAF0 Pig Pink

📋 copy color: '#FADAF0'

red 250 ◦ green 218 ◦ blue 240

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

Shades of Pig Pink #FADAF0

Tints of Pig Pink #FADAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.9%

R = 35.31%
G = 30.79%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FADAF0 (or 0xFADAF0) is known color: Pig Pink. HEX triplet: FA, DA and F0. RGB value is (250,218,240). Sum of RGB (Red+Green+Blue) = 250+218+240=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAF0 is #05250F. Grayscale: #E6E6E6. Windows color (decimal): -337168 or 15784698. OLE color: 15784698.

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

Color convert

RGB 250 218 240 -
CMYK 0 0.13 0.04 0.02
HSL 318.75º 0.76% 0.92% -
HSV(B) 318.75º 0.13% 0.98% -
XYZ 80.22 76.76 93.03 -
YUV 230.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 250 218 240 0 0.13 0.04 0.02 318.75 0.76 0.92
Hex FA DA F0 0 D 4 2 13F 4C 5C
Octal 372 332 360 0 15 4 2 477 114 134
Binary 11111010 11011010 11110000 0 1101 100 10 100111111 1001100 1011100

Color Harmonies of #FADAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAF0

Black with #FADAF0

Text Example


Text Example

White with #FADAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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