Html Css Color HEX #FFCEEE Classic Rose

📋 copy color: '#FFCEEE'

red 255 ◦ green 206 ◦ blue 238

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

Shades of Classic Rose #FFCEEE

Tints of Classic Rose #FFCEEE

RGB

 RED value IS 255 (100% from 255) = 36.48%

 GREEN value IS 206 (80.86% from 255) = 29.47%

 BLUE value IS 238 (93.36% from 255) = 34.05%

R = 36.48%
G = 29.47%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFCEEE (or 0xFFCEEE) is known color: Classic Rose. HEX triplet: FF, CE and EE. RGB value is (255,206,238). Sum of RGB (Red+Green+Blue) = 255+206+238=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEEE is #003111. Grayscale: #E0E0E0. Windows color (decimal): -12562 or 15650559. OLE color: 15650559.

HSL color Cylindrical-coordinate representation of color #FFCEEE: hue angle of 320.82º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCEEE is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 238 -
CMYK 0 0.19 0.07 0
HSL 320.82º 1% 0.9% -
HSV(B) 320.82º 0.19% 1% -
XYZ 78.74 71.58 90.55 -
YUV 224.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 255 206 238 0 0.19 0.07 0 320.82 1 0.9
Hex FF CE EE 0 13 7 0 141 64 5A
Octal 377 316 356 0 23 7 0 501 144 132
Binary 11111111 11001110 11101110 0 10011 111 0 101000001 1100100 1011010

Color Harmonies of #FFCEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEEE

Black with #FFCEEE

Text Example


Text Example

White with #FFCEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEEE; }

 p { color: rgb(255,206,238); }

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

background-color css

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

 a { background-color: rgb(255,206,238); }

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

border-color css

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

 span { border-color: rgb(255,206,238); }

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