Html Css Color HEX #FBADC9 Carnation Pink

📋 copy color: '#FBADC9'

red 251 ◦ green 173 ◦ blue 201

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

Shades of Carnation Pink #FBADC9

Tints of Carnation Pink #FBADC9

RGB

 RED value IS 251 (98.44% from 255) = 40.16%

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

 BLUE value IS 201 (78.91% from 255) = 32.16%

R = 40.16%
G = 27.68%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBADC9 (or 0xFBADC9) is known color: Carnation Pink. HEX triplet: FB, AD and C9. RGB value is (251,173,201). Sum of RGB (Red+Green+Blue) = 251+173+201=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADC9 is #045236. Grayscale: #C7C7C7. Windows color (decimal): -283191 or 13217275. OLE color: 13217275.

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

Color convert

RGB 251 173 201 -
CMYK 0 0.31 0.20 0.02
HSL 338.46º 0.91% 0.83% -
HSV(B) 338.46º 0.31% 0.98% -
XYZ 65.27 54.61 62.36 -
YUV 199.51 128.84 164.72 -
System Red Green Blue C M Y K H S L
Decimal 251 173 201 0 0.31 0.20 0.02 338.46 0.91 0.83
Hex FB AD C9 0 1F 14 2 152 5B 53
Octal 373 255 311 0 37 24 2 522 133 123
Binary 11111011 10101101 11001001 0 11111 10100 10 101010010 1011011 1010011

Color Harmonies of #FBADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADC9

Black with #FBADC9

Text Example


Text Example

White with #FBADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADC9; }

 p { color: rgb(251,173,201); }

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

background-color css

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

 a { background-color: rgb(251,173,201); }

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

border-color css

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

 span { border-color: rgb(251,173,201); }

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