Html Css Color HEX #FDAF93 Rose Bud

📋 copy color: '#FDAF93'

red 253 ◦ green 175 ◦ blue 147

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

Shades of Rose Bud #FDAF93

Tints of Rose Bud #FDAF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.57%

R = 44%
G = 30.43%
B = 25.57%

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

#FDAF93 (or 0xFDAF93) is known color: Rose Bud. HEX triplet: FD, AF and 93. RGB value is (253,175,147). Sum of RGB (Red+Green+Blue) = 253+175+147=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAF93 is #02506C. Grayscale: #C3C3C3. Windows color (decimal): -151661 or 9678845. OLE color: 9678845.

HSL color Cylindrical-coordinate representation of color #FDAF93: hue angle of 15.85º degrees, saturation: 0.96, 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 #FDAF93 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 175 147 -
CMYK 0 0.31 0.42 0.01
HSL 15.85º 0.96% 0.78% -
HSV(B) 15.85º 0.42% 0.99% -
XYZ 61.1 53.65 34.74 -
YUV 195.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 253 175 147 0 0.31 0.42 0.01 15.85 0.96 0.78
Hex FD AF 93 0 1F 2A 1 10 60 4E
Octal 375 257 223 0 37 52 1 20 140 116
Binary 11111101 10101111 10010011 0 11111 101010 1 10000 1100000 1001110

Color Harmonies of #FDAF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF93

Black with #FDAF93

Text Example


Text Example

White with #FDAF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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