Html Css Color HEX #F2BDE2 Classic Rose

📋 copy color: '#F2BDE2'

red 242 ◦ green 189 ◦ blue 226

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

Shades of Classic Rose #F2BDE2

Tints of Classic Rose #F2BDE2

RGB

 RED value IS 242 (94.92% from 255) = 36.83%

 GREEN value IS 189 (74.22% from 255) = 28.77%

 BLUE value IS 226 (88.67% from 255) = 34.4%

R = 36.83%
G = 28.77%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2BDE2 (or 0xF2BDE2) is known color: Classic Rose. HEX triplet: F2, BD and E2. RGB value is (242,189,226). Sum of RGB (Red+Green+Blue) = 242+189+226=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDE2 is #0D421D. Grayscale: #D0D0D0. Windows color (decimal): -868894 or 14859762. OLE color: 14859762.

HSL color Cylindrical-coordinate representation of color #F2BDE2: hue angle of 318.11º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDE2 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 189 226 -
CMYK 0 0.22 0.07 0.05
HSL 318.11º 0.67% 0.85% -
HSV(B) 318.11º 0.22% 0.95% -
XYZ 68.54 60.76 80.07 -
YUV 209.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 242 189 226 0 0.22 0.07 0.05 318.11 0.67 0.85
Hex F2 BD E2 0 16 7 5 13E 43 55
Octal 362 275 342 0 26 7 5 476 103 125
Binary 11110010 10111101 11100010 0 10110 111 101 100111110 1000011 1010101

Color Harmonies of #F2BDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDE2

Black with #F2BDE2

Text Example


Text Example

White with #F2BDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDE2; }

 p { color: rgb(242,189,226); }

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

background-color css

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

 a { background-color: rgb(242,189,226); }

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

border-color css

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

 span { border-color: rgb(242,189,226); }

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