Html Css Color HEX #FBA5CD Carnation Pink

📋 copy color: '#FBA5CD'

red 251 ◦ green 165 ◦ blue 205

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

Shades of Carnation Pink #FBA5CD

Tints of Carnation Pink #FBA5CD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.57%

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

R = 40.42%
G = 26.57%
B = 33.01%

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

#FBA5CD (or 0xFBA5CD) is known color: Carnation Pink. HEX triplet: FB, A5 and CD. RGB value is (251,165,205). Sum of RGB (Red+Green+Blue) = 251+165+205=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5CD is #045A32. Grayscale: #C3C3C3. Windows color (decimal): -285235 or 13477371. OLE color: 13477371.

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

Color convert

RGB 251 165 205 -
CMYK 0 0.34 0.18 0.02
HSL 332.09º 0.91% 0.82% -
HSV(B) 332.09º 0.34% 0.98% -
XYZ 64.26 51.83 64.37 -
YUV 195.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 251 165 205 0 0.34 0.18 0.02 332.09 0.91 0.82
Hex FB A5 CD 0 22 12 2 14C 5B 52
Octal 373 245 315 0 42 22 2 514 133 122
Binary 11111011 10100101 11001101 0 100010 10010 10 101001100 1011011 1010010

Color Harmonies of #FBA5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA5CD

Black with #FBA5CD

Text Example


Text Example

White with #FBA5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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