Html Css Color HEX #FBA6CD Carnation Pink

📋 copy color: '#FBA6CD'

red 251 ◦ green 166 ◦ blue 205

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

Shades of Carnation Pink #FBA6CD

Tints of Carnation Pink #FBA6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.69%

 BLUE value IS 205 (80.47% from 255) = 32.96%

R = 40.35%
G = 26.69%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBA6CD (or 0xFBA6CD) is known color: Carnation Pink. HEX triplet: FB, A6 and CD. RGB value is (251,166,205). Sum of RGB (Red+Green+Blue) = 251+166+205=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6CD is #045932. Grayscale: #C3C3C3. Windows color (decimal): -284979 or 13477627. OLE color: 13477627.

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

Color convert

RGB 251 166 205 -
CMYK 0 0.34 0.18 0.02
HSL 332.47º 0.91% 0.82% -
HSV(B) 332.47º 0.34% 0.98% -
XYZ 64.44 52.19 64.43 -
YUV 195.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 251 166 205 0 0.34 0.18 0.02 332.47 0.91 0.82
Hex FB A6 CD 0 22 12 2 14C 5B 52
Octal 373 246 315 0 42 22 2 514 133 122
Binary 11111011 10100110 11001101 0 100010 10010 10 101001100 1011011 1010010

Color Harmonies of #FBA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6CD

Black with #FBA6CD

Text Example


Text Example

White with #FBA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6CD; }

 p { color: rgb(251,166,205); }

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

background-color css

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

 a { background-color: rgb(251,166,205); }

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

border-color css

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

 span { border-color: rgb(251,166,205); }

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