Html Css Color HEX #FFAF98 Rose Bud

📋 copy color: '#FFAF98'

red 255 ◦ green 175 ◦ blue 152

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

Shades of Rose Bud #FFAF98

Tints of Rose Bud #FFAF98

RGB

 RED value IS 255 (100% from 255) = 43.81%

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

 BLUE value IS 152 (59.77% from 255) = 26.12%

R = 43.81%
G = 30.07%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFAF98 (or 0xFFAF98) is known color: Rose Bud. HEX triplet: FF, AF and 98. RGB value is (255,175,152). Sum of RGB (Red+Green+Blue) = 255+175+152=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF98 is #005067. Grayscale: #C4C4C4. Windows color (decimal): -20584 or 10006527. OLE color: 10006527.

HSL color Cylindrical-coordinate representation of color #FFAF98: hue angle of 13.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFAF98 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 152 -
CMYK 0 0.31 0.40 0
HSL 13.4º 1% 0.8% -
HSV(B) 13.4º 0.4% 1% -
XYZ 62.24 54.19 36.88 -
YUV 196.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 255 175 152 0 0.31 0.40 0 13.4 1 0.8
Hex FF AF 98 0 1F 28 0 D 64 50
Octal 377 257 230 0 37 50 0 15 144 120
Binary 11111111 10101111 10011000 0 11111 101000 0 1101 1100100 1010000

Color Harmonies of #FFAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF98

Black with #FFAF98

Text Example


Text Example

White with #FFAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF98; }

 p { color: rgb(255,175,152); }

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

background-color css

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

 a { background-color: rgb(255,175,152); }

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

border-color css

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

 span { border-color: rgb(255,175,152); }

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