Html Css Color HEX #F1CDDB Classic Rose

📋 copy color: '#F1CDDB'

red 241 ◦ green 205 ◦ blue 219

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

Shades of Classic Rose #F1CDDB

Tints of Classic Rose #F1CDDB

RGB

 RED value IS 241 (94.53% from 255) = 36.24%

 GREEN value IS 205 (80.47% from 255) = 30.83%

 BLUE value IS 219 (85.94% from 255) = 32.93%

R = 36.24%
G = 30.83%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1CDDB (or 0xF1CDDB) is known color: Classic Rose. HEX triplet: F1, CD and DB. RGB value is (241,205,219). Sum of RGB (Red+Green+Blue) = 241+205+219=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDDB is #0E3224. Grayscale: #D9D9D9. Windows color (decimal): -930341 or 14405105. OLE color: 14405105.

HSL color Cylindrical-coordinate representation of color #F1CDDB: hue angle of 336.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CDDB is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 205 219 -
CMYK 0 0.15 0.09 0.05
HSL 336.67º 0.56% 0.87% -
HSV(B) 336.67º 0.15% 0.95% -
XYZ 70.89 67.48 76.31 -
YUV 217.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 241 205 219 0 0.15 0.09 0.05 336.67 0.56 0.87
Hex F1 CD DB 0 F 9 5 151 38 57
Octal 361 315 333 0 17 11 5 521 70 127
Binary 11110001 11001101 11011011 0 1111 1001 101 101010001 111000 1010111

Color Harmonies of #F1CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CDDB

Black with #F1CDDB

Text Example


Text Example

White with #F1CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CDDB; }

 p { color: rgb(241,205,219); }

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

background-color css

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

 a { background-color: rgb(241,205,219); }

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

border-color css

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

 span { border-color: rgb(241,205,219); }

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