Html Css Color HEX #F4BFE5 Classic Rose

📋 copy color: '#F4BFE5'

red 244 ◦ green 191 ◦ blue 229

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

Shades of Classic Rose #F4BFE5

Tints of Classic Rose #F4BFE5

RGB

 RED value IS 244 (95.7% from 255) = 36.75%

 GREEN value IS 191 (75% from 255) = 28.77%

 BLUE value IS 229 (89.84% from 255) = 34.49%

R = 36.75%
G = 28.77%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F4BFE5 (or 0xF4BFE5) is known color: Classic Rose. HEX triplet: F4, BF and E5. RGB value is (244,191,229). Sum of RGB (Red+Green+Blue) = 244+191+229=664 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.75% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFE5 is #0B401A. Grayscale: #D3D3D3. Windows color (decimal): -737307 or 15056884. OLE color: 15056884.

HSL color Cylindrical-coordinate representation of color #F4BFE5: hue angle of 316.98º degrees, saturation: 0.71, 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 #F4BFE5 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 191 229 -
CMYK 0 0.22 0.06 0.04
HSL 316.98º 0.71% 0.85% -
HSV(B) 316.98º 0.22% 0.96% -
XYZ 70.08 62.15 82.43 -
YUV 211.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 244 191 229 0 0.22 0.06 0.04 316.98 0.71 0.85
Hex F4 BF E5 0 16 6 4 13D 47 55
Octal 364 277 345 0 26 6 4 475 107 125
Binary 11110100 10111111 11100101 0 10110 110 100 100111101 1000111 1010101

Color Harmonies of #F4BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BFE5

Black with #F4BFE5

Text Example


Text Example

White with #F4BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BFE5; }

 p { color: rgb(244,191,229); }

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

background-color css

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

 a { background-color: rgb(244,191,229); }

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

border-color css

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

 span { border-color: rgb(244,191,229); }

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