Html Css Color HEX #FBA8C2 Carnation Pink

📋 copy color: '#FBA8C2'

red 251 ◦ green 168 ◦ blue 194

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

Shades of Carnation Pink #FBA8C2

Tints of Carnation Pink #FBA8C2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.41%

 BLUE value IS 194 (76.17% from 255) = 31.65%

R = 40.95%
G = 27.41%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBA8C2 (or 0xFBA8C2) is known color: Carnation Pink. HEX triplet: FB, A8 and C2. RGB value is (251,168,194). Sum of RGB (Red+Green+Blue) = 251+168+194=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8C2 is #04573D. Grayscale: #C3C3C3. Windows color (decimal): -284478 or 12757243. OLE color: 12757243.

HSL color Cylindrical-coordinate representation of color #FBA8C2: hue angle of 341.2º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA8C2 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 168 194 -
CMYK 0 0.33 0.23 0.02
HSL 341.2º 0.91% 0.82% -
HSV(B) 341.2º 0.33% 0.98% -
XYZ 63.52 52.41 57.81 -
YUV 195.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 251 168 194 0 0.33 0.23 0.02 341.2 0.91 0.82
Hex FB A8 C2 0 21 17 2 155 5B 52
Octal 373 250 302 0 41 27 2 525 133 122
Binary 11111011 10101000 11000010 0 100001 10111 10 101010101 1011011 1010010

Color Harmonies of #FBA8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA8C2

Black with #FBA8C2

Text Example


Text Example

White with #FBA8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA8C2; }

 p { color: rgb(251,168,194); }

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

background-color css

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

 a { background-color: rgb(251,168,194); }

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

border-color css

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

 span { border-color: rgb(251,168,194); }

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