Html Css Color HEX #FBAECA Carnation Pink

📋 copy color: '#FBAECA'

red 251 ◦ green 174 ◦ blue 202

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

Shades of Carnation Pink #FBAECA

Tints of Carnation Pink #FBAECA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.75%

 BLUE value IS 202 (79.3% from 255) = 32.22%

R = 40.03%
G = 27.75%
B = 32.22%

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

#FBAECA (or 0xFBAECA) is known color: Carnation Pink. HEX triplet: FB, AE and CA. RGB value is (251,174,202). Sum of RGB (Red+Green+Blue) = 251+174+202=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAECA is #045135. Grayscale: #C8C8C8. Windows color (decimal): -282934 or 13283067. OLE color: 13283067.

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

Color convert

RGB 251 174 202 -
CMYK 0 0.31 0.20 0.02
HSL 338.18º 0.91% 0.83% -
HSV(B) 338.18º 0.31% 0.98% -
XYZ 65.58 55.05 63.05 -
YUV 200.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 251 174 202 0 0.31 0.20 0.02 338.18 0.91 0.83
Hex FB AE CA 0 1F 14 2 152 5B 53
Octal 373 256 312 0 37 24 2 522 133 123
Binary 11111011 10101110 11001010 0 11111 10100 10 101010010 1011011 1010011

Color Harmonies of #FBAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAECA

Black with #FBAECA

Text Example


Text Example

White with #FBAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAECA; }

 p { color: rgb(251,174,202); }

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

background-color css

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

 a { background-color: rgb(251,174,202); }

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

border-color css

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

 span { border-color: rgb(251,174,202); }

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