Html Css Color HEX #FDAF90 Rose Bud

📋 copy color: '#FDAF90'

red 253 ◦ green 175 ◦ blue 144

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

Shades of Rose Bud #FDAF90

Tints of Rose Bud #FDAF90

RGB

 RED value IS 253 (99.22% from 255) = 44.23%

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

 BLUE value IS 144 (56.64% from 255) = 25.17%

R = 44.23%
G = 30.59%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDAF90 (or 0xFDAF90) is known color: Rose Bud. HEX triplet: FD, AF and 90. RGB value is (253,175,144). Sum of RGB (Red+Green+Blue) = 253+175+144=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAF90 is #02506F. Grayscale: #C2C2C2. Windows color (decimal): -151664 or 9482237. OLE color: 9482237.

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

Color convert

RGB 253 175 144 -
CMYK 0 0.31 0.43 0.01
HSL 17.06º 0.96% 0.78% -
HSV(B) 17.06º 0.43% 0.99% -
XYZ 60.87 53.56 33.51 -
YUV 194.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 253 175 144 0 0.31 0.43 0.01 17.06 0.96 0.78
Hex FD AF 90 0 1F 2B 1 11 60 4E
Octal 375 257 220 0 37 53 1 21 140 116
Binary 11111101 10101111 10010000 0 11111 101011 1 10001 1100000 1001110

Color Harmonies of #FDAF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF90

Black with #FDAF90

Text Example


Text Example

White with #FDAF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF90; }

 p { color: rgb(253,175,144); }

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

background-color css

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

 a { background-color: rgb(253,175,144); }

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

border-color css

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

 span { border-color: rgb(253,175,144); }

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