Html Css Color HEX #FDA69B Rose Bud

📋 copy color: '#FDA69B'

red 253 ◦ green 166 ◦ blue 155

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

Shades of Rose Bud #FDA69B

Tints of Rose Bud #FDA69B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.92%

 BLUE value IS 155 (60.94% from 255) = 27%

R = 44.08%
G = 28.92%
B = 27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDA69B (or 0xFDA69B) is known color: Rose Bud. HEX triplet: FD, A6 and 9B. RGB value is (253,166,155). Sum of RGB (Red+Green+Blue) = 253+166+155=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA69B is #025964. Grayscale: #BEBEBE. Windows color (decimal): -153957 or 10200829. OLE color: 10200829.

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

Color convert

RGB 253 166 155 -
CMYK 0 0.34 0.39 0.01
HSL 6.73º 0.96% 0.8% -
HSV(B) 6.73º 0.39% 0.99% -
XYZ 60.06 50.52 37.6 -
YUV 190.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 253 166 155 0 0.34 0.39 0.01 6.73 0.96 0.8
Hex FD A6 9B 0 22 27 1 7 60 50
Octal 375 246 233 0 42 47 1 7 140 120
Binary 11111101 10100110 10011011 0 100010 100111 1 111 1100000 1010000

Color Harmonies of #FDA69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA69B

Black with #FDA69B

Text Example


Text Example

White with #FDA69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA69B; }

 p { color: rgb(253,166,155); }

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

background-color css

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

 a { background-color: rgb(253,166,155); }

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

border-color css

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

 span { border-color: rgb(253,166,155); }

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