Html Css Color HEX #F7ADCA Carnation Pink

📋 copy color: '#F7ADCA'

red 247 ◦ green 173 ◦ blue 202

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

Shades of Carnation Pink #F7ADCA

Tints of Carnation Pink #F7ADCA

RGB

 RED value IS 247 (96.88% from 255) = 39.71%

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

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

R = 39.71%
G = 27.81%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7ADCA (or 0xF7ADCA) is known color: Carnation Pink. HEX triplet: F7, AD and CA. RGB value is (247,173,202). Sum of RGB (Red+Green+Blue) = 247+173+202=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADCA is #085235. Grayscale: #C6C6C6. Windows color (decimal): -545334 or 13282807. OLE color: 13282807.

HSL color Cylindrical-coordinate representation of color #F7ADCA: hue angle of 336.49º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADCA is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 173 202 -
CMYK 0 0.30 0.18 0.03
HSL 336.49º 0.82% 0.82% -
HSV(B) 336.49º 0.3% 0.97% -
XYZ 63.96 53.93 62.91 -
YUV 198.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 247 173 202 0 0.30 0.18 0.03 336.49 0.82 0.82
Hex F7 AD CA 0 1E 12 3 150 52 52
Octal 367 255 312 0 36 22 3 520 122 122
Binary 11110111 10101101 11001010 0 11110 10010 11 101010000 1010010 1010010

Color Harmonies of #F7ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ADCA

Black with #F7ADCA

Text Example


Text Example

White with #F7ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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