Html Css Color HEX #F5BEDD Classic Rose

📋 copy color: '#F5BEDD'

red 245 ◦ green 190 ◦ blue 221

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

Shades of Classic Rose #F5BEDD

Tints of Classic Rose #F5BEDD

RGB

 RED value IS 245 (96.09% from 255) = 37.35%

 GREEN value IS 190 (74.61% from 255) = 28.96%

 BLUE value IS 221 (86.72% from 255) = 33.69%

R = 37.35%
G = 28.96%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5BEDD (or 0xF5BEDD) is known color: Classic Rose. HEX triplet: F5, BE and DD. RGB value is (245,190,221). Sum of RGB (Red+Green+Blue) = 245+190+221=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEDD is #0A4122. Grayscale: #D1D1D1. Windows color (decimal): -672035 or 14532341. OLE color: 14532341.

HSL color Cylindrical-coordinate representation of color #F5BEDD: hue angle of 326.18º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BEDD is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 190 221 -
CMYK 0 0.22 0.10 0.04
HSL 326.18º 0.73% 0.85% -
HSV(B) 326.18º 0.22% 0.96% -
XYZ 69.12 61.46 76.63 -
YUV 209.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 245 190 221 0 0.22 0.10 0.04 326.18 0.73 0.85
Hex F5 BE DD 0 16 A 4 146 49 55
Octal 365 276 335 0 26 12 4 506 111 125
Binary 11110101 10111110 11011101 0 10110 1010 100 101000110 1001001 1010101

Color Harmonies of #F5BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BEDD

Black with #F5BEDD

Text Example


Text Example

White with #F5BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BEDD; }

 p { color: rgb(245,190,221); }

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

background-color css

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

 a { background-color: rgb(245,190,221); }

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

border-color css

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

 span { border-color: rgb(245,190,221); }

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