Html Css Color HEX #FCAF91 Rose Bud

📋 copy color: '#FCAF91'

red 252 ◦ green 175 ◦ blue 145

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

Shades of Rose Bud #FCAF91

Tints of Rose Bud #FCAF91

RGB

 RED value IS 252 (98.83% from 255) = 44.06%

 GREEN value IS 175 (68.75% from 255) = 30.59%

 BLUE value IS 145 (57.03% from 255) = 25.35%

R = 44.06%
G = 30.59%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCAF91 (or 0xFCAF91) is known color: Rose Bud. HEX triplet: FC, AF and 91. RGB value is (252,175,145). Sum of RGB (Red+Green+Blue) = 252+175+145=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF91 is #03506E. Grayscale: #C2C2C2. Windows color (decimal): -217199 or 9547772. OLE color: 9547772.

HSL color Cylindrical-coordinate representation of color #FCAF91: hue angle of 16.82º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCAF91 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 175 145 -
CMYK 0 0.31 0.42 0.01
HSL 16.82º 0.95% 0.78% -
HSV(B) 16.82º 0.42% 0.99% -
XYZ 60.59 53.4 33.9 -
YUV 194.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 252 175 145 0 0.31 0.42 0.01 16.82 0.95 0.78
Hex FC AF 91 0 1F 2A 1 11 5F 4E
Octal 374 257 221 0 37 52 1 21 137 116
Binary 11111100 10101111 10010001 0 11111 101010 1 10001 1011111 1001110

Color Harmonies of #FCAF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF91

Black with #FCAF91

Text Example


Text Example

White with #FCAF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF91; }

 p { color: rgb(252,175,145); }

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

background-color css

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

 a { background-color: rgb(252,175,145); }

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

border-color css

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

 span { border-color: rgb(252,175,145); }

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