Html Css Color HEX #FB9AD2 Carnation Pink

📋 copy color: '#FB9AD2'

red 251 ◦ green 154 ◦ blue 210

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

Shades of Carnation Pink #FB9AD2

Tints of Carnation Pink #FB9AD2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.04%

 BLUE value IS 210 (82.42% from 255) = 34.15%

R = 40.81%
G = 25.04%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB9AD2 (or 0xFB9AD2) is known color: Carnation Pink. HEX triplet: FB, 9A and D2. RGB value is (251,154,210). Sum of RGB (Red+Green+Blue) = 251+154+210=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9AD2 is #04652D. Grayscale: #BDBDBD. Windows color (decimal): -288046 or 13802235. OLE color: 13802235.

HSL color Cylindrical-coordinate representation of color #FB9AD2: hue angle of 325.36º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9AD2 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 154 210 -
CMYK 0 0.39 0.16 0.02
HSL 325.36º 0.92% 0.79% -
HSV(B) 325.36º 0.39% 0.98% -
XYZ 62.97 48.27 66.97 -
YUV 189.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 251 154 210 0 0.39 0.16 0.02 325.36 0.92 0.79
Hex FB 9A D2 0 27 10 2 145 5C 4F
Octal 373 232 322 0 47 20 2 505 134 117
Binary 11111011 10011010 11010010 0 100111 10000 10 101000101 1011100 1001111

Color Harmonies of #FB9AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9AD2

Black with #FB9AD2

Text Example


Text Example

White with #FB9AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9AD2; }

 p { color: rgb(251,154,210); }

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

background-color css

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

 a { background-color: rgb(251,154,210); }

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

border-color css

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

 span { border-color: rgb(251,154,210); }

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