Html Css Color HEX #F2BDD7 Classic Rose

📋 copy color: '#F2BDD7'

red 242 ◦ green 189 ◦ blue 215

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

Shades of Classic Rose #F2BDD7

Tints of Classic Rose #F2BDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.28%

R = 37.46%
G = 29.26%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F2BDD7 (or 0xF2BDD7) is known color: Classic Rose. HEX triplet: F2, BD and D7. RGB value is (242,189,215). Sum of RGB (Red+Green+Blue) = 242+189+215=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDD7 is #0D4228. Grayscale: #CFCFCF. Windows color (decimal): -868905 or 14138866. OLE color: 14138866.

HSL color Cylindrical-coordinate representation of color #F2BDD7: hue angle of 330.57º 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 #F2BDD7 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 189 215 -
CMYK 0 0.22 0.11 0.05
HSL 330.57º 0.67% 0.85% -
HSV(B) 330.57º 0.22% 0.95% -
XYZ 67.08 60.18 72.37 -
YUV 207.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 242 189 215 0 0.22 0.11 0.05 330.57 0.67 0.85
Hex F2 BD D7 0 16 B 5 14B 43 55
Octal 362 275 327 0 26 13 5 513 103 125
Binary 11110010 10111101 11010111 0 10110 1011 101 101001011 1000011 1010101

Color Harmonies of #F2BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDD7

Black with #F2BDD7

Text Example


Text Example

White with #F2BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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