Html Css Color HEX #F9ADCB Carnation Pink

📋 copy color: '#F9ADCB'

red 249 ◦ green 173 ◦ blue 203

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

Shades of Carnation Pink #F9ADCB

Tints of Carnation Pink #F9ADCB

RGB

 RED value IS 249 (97.66% from 255) = 39.84%

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

 BLUE value IS 203 (79.69% from 255) = 32.48%

R = 39.84%
G = 27.68%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9ADCB (or 0xF9ADCB) is known color: Carnation Pink. HEX triplet: F9, AD and CB. RGB value is (249,173,203). Sum of RGB (Red+Green+Blue) = 249+173+203=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADCB is #065234. Grayscale: #C7C7C7. Windows color (decimal): -414261 or 13348345. OLE color: 13348345.

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

Color convert

RGB 249 173 203 -
CMYK 0 0.31 0.18 0.02
HSL 336.32º 0.86% 0.83% -
HSV(B) 336.32º 0.31% 0.98% -
XYZ 64.79 54.34 63.57 -
YUV 199.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 249 173 203 0 0.31 0.18 0.02 336.32 0.86 0.83
Hex F9 AD CB 0 1F 12 2 150 56 53
Octal 371 255 313 0 37 22 2 520 126 123
Binary 11111001 10101101 11001011 0 11111 10010 10 101010000 1010110 1010011

Color Harmonies of #F9ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADCB

Black with #F9ADCB

Text Example


Text Example

White with #F9ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADCB; }

 p { color: rgb(249,173,203); }

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

background-color css

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

 a { background-color: rgb(249,173,203); }

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

border-color css

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

 span { border-color: rgb(249,173,203); }

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