Html Css Color HEX #FAADCA Carnation Pink

📋 copy color: '#FAADCA'

red 250 ◦ green 173 ◦ blue 202

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

Shades of Carnation Pink #FAADCA

Tints of Carnation Pink #FAADCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.32%

R = 40%
G = 27.68%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAADCA (or 0xFAADCA) is known color: Carnation Pink. HEX triplet: FA, AD and CA. RGB value is (250,173,202). Sum of RGB (Red+Green+Blue) = 250+173+202=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADCA is #055235. Grayscale: #C7C7C7. Windows color (decimal): -348726 or 13282810. OLE color: 13282810.

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

Color convert

RGB 250 173 202 -
CMYK 0 0.31 0.19 0.02
HSL 337.4º 0.89% 0.83% -
HSV(B) 337.4º 0.31% 0.98% -
XYZ 65.03 54.48 62.96 -
YUV 199.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 250 173 202 0 0.31 0.19 0.02 337.4 0.89 0.83
Hex FA AD CA 0 1F 13 2 151 59 53
Octal 372 255 312 0 37 23 2 521 131 123
Binary 11111010 10101101 11001010 0 11111 10011 10 101010001 1011001 1010011

Color Harmonies of #FAADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAADCA

Black with #FAADCA

Text Example


Text Example

White with #FAADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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