Html Css Color HEX #FAADC8 Carnation Pink

📋 copy color: '#FAADC8'

red 250 ◦ green 173 ◦ blue 200

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

Shades of Carnation Pink #FAADC8

Tints of Carnation Pink #FAADC8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.77%

 BLUE value IS 200 (78.52% from 255) = 32.1%

R = 40.13%
G = 27.77%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FAADC8 (or 0xFAADC8) is known color: Carnation Pink. HEX triplet: FA, AD and C8. RGB value is (250,173,200). Sum of RGB (Red+Green+Blue) = 250+173+200=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC8 is #055237. Grayscale: #C7C7C7. Windows color (decimal): -348728 or 13151738. OLE color: 13151738.

HSL color Cylindrical-coordinate representation of color #FAADC8: hue angle of 338.96º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAADC8 is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 173 200 -
CMYK 0 0.31 0.2 0.02
HSL 338.96º 0.89% 0.83% -
HSV(B) 338.96º 0.31% 0.98% -
XYZ 64.79 54.38 61.73 -
YUV 199.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 250 173 200 0 0.31 0.2 0.02 338.96 0.89 0.83
Hex FA AD C8 0 1F 14 2 153 59 53
Octal 372 255 310 0 37 24 2 523 131 123
Binary 11111010 10101101 11001000 0 11111 10100 10 101010011 1011001 1010011

Color Harmonies of #FAADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAADC8

Black with #FAADC8

Text Example


Text Example

White with #FAADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAADC8; }

 p { color: rgb(250,173,200); }

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

background-color css

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

 a { background-color: rgb(250,173,200); }

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

border-color css

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

 span { border-color: rgb(250,173,200); }

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